mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
fix flicker glitch (#248)
* fix flicker glitch * fix incorrect selector
This commit is contained in:
parent
715ab86abc
commit
bbedf1e5c4
1 changed files with 5 additions and 0 deletions
|
@ -21,3 +21,8 @@ See the above repository for updates as well as full license text. */
|
||||||
.tab-label-container[pinned] {
|
.tab-label-container[pinned] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fixes flicker glitch. */
|
||||||
|
scrollbox[part][orient="horizontal"] {
|
||||||
|
padding-inline: unset !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue