diff --git a/home-manager/modules/firefox/config/userChrome.css b/home-manager/modules/firefox/config/userChrome.css index 74c8810..920afcc 100755 --- a/home-manager/modules/firefox/config/userChrome.css +++ b/home-manager/modules/firefox/config/userChrome.css @@ -15,18 +15,18 @@ } /* Nav bar */ -#nav-bar { +/* #nav-bar { height: 0px; min-height: 0px !important; overflow: hidden; transition: height 0.0s ease-in-out; -} +} */ /* Only show nav-bar when specifically focused, not when clicking tab bar */ -#nav-bar:focus-within { +/* #nav-bar:focus-within { overflow: visible; height: auto; -} +} */ /* Remove placeholder text in the URL bar */ #urlbar-input::placeholder {