mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 19:22:04 -08:00
Fix: Pinned Tab - Prevent crop bottom rounded corner #330
This commit is contained in:
parent
63fb8a2911
commit
2e11ec41c3
1 changed files with 2 additions and 2 deletions
|
|
@ -3204,8 +3204,8 @@ menupopup > menu {
|
|||
#tabbrowser-tabs {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) {
|
||||
overflow: hidden;
|
||||
#TabsToolbar {
|
||||
overflow: hidden; /* Prevent toolbar area over */
|
||||
}
|
||||
|
||||
/** Selected Tab - Color like toolbar *****************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue