MDL-51229 theme: display docked block on top of fixed navbar

This commit is contained in:
Kevin Wiliarty
2015-08-30 09:44:23 -04:00
parent f66090899d
commit 5608e36d11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,6 +28,7 @@ body.has_dock {
}
#dock {
z-index: 12000; // Required to place the dock panel above the fixed pos navbar.
width: (@dockWidth + (@dockTitleMargin * 2));
position: fixed;
top: 0;
@@ -78,7 +79,6 @@ body.has_dock {
}
#dockeditempanel {
z-index: 12000; /** Required to place the dock panel above the fixed pos navbar */
&.dockitempanel_hidden {
display: none;
}
File diff suppressed because one or more lines are too long