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. */
|
* style to avoid extra reflow & flicker. */
|
||||||
@media (min-width: 61em) {
|
@media (min-width: 61em) {
|
||||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||||
position: relative;
|
display: none;
|
||||||
z-index: -999;
|
|
||||||
display: block;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Position the admin toolbar fixed when the configured standard breakpoint is
|
/* Position the admin toolbar fixed when the configured standard breakpoint is
|
||||||
|
|
|
@ -104,11 +104,7 @@
|
||||||
* style to avoid extra reflow & flicker. */
|
* style to avoid extra reflow & flicker. */
|
||||||
@media (min-width: 61em) {
|
@media (min-width: 61em) {
|
||||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||||
position: relative;
|
display: none;
|
||||||
z-index: -999;
|
|
||||||
display: block;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -83,11 +83,7 @@
|
||||||
* style to avoid extra reflow & flicker. */
|
* style to avoid extra reflow & flicker. */
|
||||||
@media (min-width: 61em) {
|
@media (min-width: 61em) {
|
||||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
|
||||||
position: relative;
|
display: none;
|
||||||
z-index: -999;
|
|
||||||
display: block;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 1px;
|
|
||||||
}
|
}
|
||||||
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining {
|
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining {
|
||||||
width: 999em;
|
width: 999em;
|
||||||
|
|
Loading…
Reference in New Issue