tabs below content: set opacity: 1 for tabs toolbar and make background inherited with important

This fixess tabs toolbar being transparent under various scenarios
This commit is contained in:
MrOtherGuy
2026-03-06 05:47:50 +02:00
parent 0ec973ebc4
commit 9f0c29638c

View File

@@ -28,6 +28,8 @@ See the above repository for updates as well as full license text. */
#TabsToolbar{
grid-row: 10/11;
background-attachment: scroll;
background: inherit !important;
opacity: 1 !important;
}
.browser-toolbar{
background: inherit;