diff --git a/firefox/.mozilla/firefox/userprofile/chrome/userChrome.css b/firefox/.mozilla/firefox/userprofile/chrome/userChrome.css index 487f96d..ede931a 100644 --- a/firefox/.mozilla/firefox/userprofile/chrome/userChrome.css +++ b/firefox/.mozilla/firefox/userprofile/chrome/userChrome.css @@ -12,9 +12,8 @@ toolbox { - z-index: 10; margin-top: 0px !important; - margin-bottom: -30px !important; + margin-bottom: -34px !important; height: 0 !important; pointer-events: none; } @@ -22,6 +21,7 @@ vbox {pointer-events: all;} #nav-bar { + z-index: 10; opacity: 0; pointer-events: none; transition: transform, ease-in-out 0.2s, opacity 0.2s ease-in-out !important;