Skip to content

Instantly share code, notes, and snippets.

@zendbit
Created June 28, 2023 12:25

Revisions

  1. zendbit created this gist Jun 28, 2023.
    14 changes: 14 additions & 0 deletions userChrome.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

    #navigator-toolbox {
    height: 0px !important;
    min-height: 0px !important;
    overflow: hidden !important;
    }

    #navigator-toolbox:focus,
    #navigator-toolbox:focus-within,
    #navigator-toolbox:active {
    height: auto !important;
    overflow: visible !important;
    }