Issue #3360245 by mherchel, lauriii, longwave: Black bar appears (then disappears) at top of viewport when navigating
parent
1aaa480b07
commit
b94dfc58f9
|
@ -97,11 +97,7 @@
|
|||
* style to avoid extra reflow & flicker. */
|
||||
@media (min-width: 61em) {
|
||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||
position: relative;
|
||||
z-index: -999;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
width: 1px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* Position the admin toolbar fixed when the configured standard breakpoint is
|
||||
|
|
|
@ -104,11 +104,7 @@
|
|||
* style to avoid extra reflow & flicker. */
|
||||
@media (min-width: 61em) {
|
||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||
position: relative;
|
||||
z-index: -999;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
width: 1px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -83,11 +83,7 @@
|
|||
* style to avoid extra reflow & flicker. */
|
||||
@media (min-width: 61em) {
|
||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||
position: relative;
|
||||
z-index: -999;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
width: 1px;
|
||||
display: none;
|
||||
}
|
||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining {
|
||||
width: 999em;
|
||||
|
|
Loading…
Reference in New Issue