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:
parent
c994bfb5a7
commit
e599750d6f
@ -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 */
|
||||
Loading…
x
Reference in New Issue
Block a user