Don't set menubar height to prevent windows controls being unclickable
This commit is contained in:
parent
dd4b8a627a
commit
064ba62baf
1 changed files with 2 additions and 4 deletions
|
@ -39,10 +39,8 @@
|
|||
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; }
|
||||
|
||||
/* Fix window controls not being clickable */
|
||||
#toolbar-menubar:hover{
|
||||
min-height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
|
||||
height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
|
||||
-moz-appearance: initial !important;
|
||||
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
|
||||
transition: height 0ms steps(1) 80ms;
|
||||
}
|
||||
#nav-bar::before,
|
||||
#nav-bar::after{
|
||||
|
|
Loading…
Reference in a new issue