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

merge-requests/4088/head
Lauri Eskola 2023-05-18 20:58:15 +03:00
parent 1aaa480b07
commit b94dfc58f9
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
3 changed files with 3 additions and 15 deletions

View File

@ -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

View File

@ -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;
}
}

View File

@ -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;