1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

1 chrome shows dropdown menu under editor

This commit is contained in:
Aiko Mastboom 2013-04-30 16:03:05 +02:00
parent c994bfb5a7
commit e599750d6f

View File

@ -23,6 +23,7 @@ body {
height: @header-height;
width: 100%;
background-color: black;
z-index: 1; /* fixes chrome dropdown-menu. TODO: Why do I need to mess with z-index only to make Chrome work?*/
}
#htext {
@ -58,6 +59,7 @@ body {
}
@tabs-height: 38px;
#tabs {
margin: 0;
position: absolute;
@ -94,4 +96,4 @@ body {
.navbar-inverse i[class*="icon-"] {
background-image: url("/lib/img/glyphicons-halflings-white.png");
}
/* end -- icon inverse mod */
end -- icon inverse mod */