fix flicker glitch (#248)

* fix flicker glitch

* fix incorrect selector
pull/260/head
sonofevil 2 years ago committed by GitHub
parent 715ab86abc
commit bbedf1e5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,3 +21,8 @@ See the above repository for updates as well as full license text. */
.tab-label-container[pinned] {
display: none;
}
/* Fixes flicker glitch. */
scrollbox[part][orient="horizontal"] {
padding-inline: unset !important;
}

Loading…
Cancel
Save