Fix overlay height and box model issues on Fx68
This commit is contained in:
parent
2f3bcee237
commit
17cf052fb9
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toolbar-menubar[autohide="true"][inactive="true"]{ height: 0px !important; }
|
||||||
|
|
||||||
:root[tabsintitlebar][sizemode="maximized"] #toolbar-menubar{ top: 8px; }
|
:root[tabsintitlebar][sizemode="maximized"] #toolbar-menubar{ top: 8px; }
|
||||||
|
|
||||||
#toolbar-menubar > .titlebar-buttonbox-container{ float: right }
|
#toolbar-menubar > .titlebar-buttonbox-container{ float: right }
|
||||||
|
@ -15,7 +17,7 @@
|
||||||
|
|
||||||
#main-menubar{ height: calc(var(--tab-min-height) + 4px); background-color: var(--toolbar-bgcolor); }
|
#main-menubar{ height: calc(var(--tab-min-height) + 4px); background-color: var(--toolbar-bgcolor); }
|
||||||
|
|
||||||
#menubar-items{ -moz-box-orient: horizontal; }
|
#menubar-items{ -moz-box-orient: horizontal !important; }
|
||||||
#menubar-items::after{
|
#menubar-items::after{
|
||||||
content: "";
|
content: "";
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
|
|
Loading…
Reference in a new issue