Fix: Pinned Tab - Prevent crop bottom rounded corner #330

This commit is contained in:
alstjr7375 2022-02-19 16:24:25 +09:00
parent 63fb8a2911
commit 2e11ec41c3

View file

@ -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 *****************************************/