Use border instead of ::before and ::after for placeholders because they

would make Fx to ignore nav-bar overflow
This commit is contained in:
MrOtherGuy
2019-12-06 10:29:44 +02:00
parent 8c6606b5c6
commit 616342e7fc
5 changed files with 10 additions and 14 deletions

View File

@@ -32,6 +32,7 @@ Window controls will be all wrong without it
}
/* Override style set in window_control_placeholder_support.css */
#nav-bar{ border-right-width: 0px !important }
#nav-bar::after{ display:none !important }
/* Rules specific to window controls on right layout */