Fix scroll bar on firefox

This commit is contained in:
Tanguy Herbron 2020-11-24 13:58:03 +01:00
parent d97e9e62d9
commit 3758a5ecef

View File

@ -720,7 +720,19 @@ tree,
:-moz-any(#content, #appcontent) browser { :-moz-any(#content, #appcontent) browser {
margin-right: 0px !important; margin-right: 0px !important;
overflow-y: scroll; /*overflow-y: scroll;*/
margin-bottom: 0px !important; 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;
} }