diff --git a/.mozilla/firefox/userChrome.css b/.mozilla/firefox/userChrome.css index ab71bd2..64fb2a2 100644 --- a/.mozilla/firefox/userChrome.css +++ b/.mozilla/firefox/userChrome.css @@ -720,7 +720,19 @@ tree, :-moz-any(#content, #appcontent) browser { margin-right: 0px !important; - overflow-y: scroll; + /*overflow-y: scroll;*/ margin-bottom: 0px !important; - overflow-x: scroll; + /*overflow-x: scroll;*/ +} + +.tab-label-container[pinned] { + width: o; +} + +.tab-content:not([pinned="true"]) { + overflow: hidden !important; +} + +.tab-container[pinned] { + width: 50px !important; }