MDL-51229 theme: display docked block on top of fixed navbar
This commit is contained in:
@@ -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
Reference in New Issue
Block a user