Use border instead of ::before and ::after for placeholders because they
would make Fx to ignore nav-bar overflow
This commit is contained in:
@@ -42,9 +42,6 @@
|
||||
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
|
||||
transition: height 0ms steps(1) 80ms;
|
||||
}
|
||||
#nav-bar::before,
|
||||
#nav-bar::after{
|
||||
content: "";
|
||||
display: -moz-box;
|
||||
width: var(--uc-window-drag-space-width);
|
||||
#nav-bar{
|
||||
border-inline: var(--uc-window-drag-space-width) solid var(--toolbar-bgcolor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user