mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 14:00:42 -08:00
Fix: Tab Bar - Remove scroll snap at multi row
This commit is contained in:
parent
15240368d7
commit
e231bc60a9
2 changed files with 5 additions and 9 deletions
|
|
@ -5771,7 +5771,6 @@
|
|||
flex-wrap: wrap;
|
||||
overflow-y: auto;
|
||||
max-height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin, 0px)) * var(--uc-multirow-tabbar-rows));
|
||||
scroll-snap-type: y mandatory;
|
||||
}
|
||||
}
|
||||
.scrollbox-clip[orient="horizontal"],
|
||||
|
|
@ -5780,9 +5779,6 @@
|
|||
display: block;
|
||||
--scrollbutton-display-model: none;
|
||||
}
|
||||
.tabbrowser-tab {
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
#tabbrowser-tabs .tabbrowser-tab[pinned] {
|
||||
position: static !important;
|
||||
margin-inline-start: 0px !important;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,11 @@ See the above repository for updates as well as full license text. */
|
|||
max-height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin, 0px)) * var(--uc-multirow-tabbar-rows));
|
||||
// scrollbar-color: currentColor transparent;
|
||||
// scrollbar-width: thin;
|
||||
scroll-snap-type: y mandatory;
|
||||
// scroll-snap-type: y mandatory;
|
||||
|
||||
// .tabbrowser-tab {
|
||||
// scroll-snap-align: start;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -42,10 +46,6 @@ See the above repository for updates as well as full license text. */
|
|||
--scrollbutton-display-model: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tab {
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
#tabbrowser-tabs .tabbrowser-tab[pinned] {
|
||||
position: static !important;
|
||||
margin-inline-start: 0px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue