fix flicker glitch (#248)

* fix flicker glitch

* fix incorrect selector
This commit is contained in:
sonofevil 2023-01-18 14:57:11 +01:00 committed by GitHub
parent 715ab86abc
commit bbedf1e5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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