Skip to content
Snippets Groups Projects
Verified Commit d44cf18c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3360245 by mherchel, lauriii, longwave: Black bar appears (then...

Issue #3360245 by mherchel, lauriii, longwave: Black bar appears (then disappears) at top of viewport when navigating

(cherry picked from commit b94dfc58)
parent 8d221fe1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment