diff --git a/chrome/autohide_main_toolbar.css b/chrome/autohide_main_toolbar.css index ca2f3c2..0debe10 100644 --- a/chrome/autohide_main_toolbar.css +++ b/chrome/autohide_main_toolbar.css @@ -10,8 +10,10 @@ See the above repository for updates as well as full license text. */ transform: translateY(var(--uc-navbar-transform)) } -:root[customizing], -:root[chromehidden*="toolbar"] :where(#nav-bar,#PersonalToolbar,#tab-notification-deck){ +:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#tab-notification-deck){ + transform: none !important; + opacity: 1 !important; +}{ transform: none !important; opacity: 1 !important; }