make #tab-notification-deck always be closest "toolbar" to content

This commit is contained in:
MrOtherGuy
2021-11-06 22:23:29 +02:00
parent 1a9cbceb7c
commit fe534d6224
3 changed files with 13 additions and 6 deletions

View File

@@ -18,9 +18,13 @@ See the above repository for updates as well as full license text. */
#mainPopupSet,
#browser,
#customization-container
,#nav-bar, #PersonalToolbar/* Remove this row if you want tabs to be the top-most row */
{ -moz-box-ordinal-group: 0 }
#customization-container,
#tab-notification-deck{
-moz-box-ordinal-group: 0
}
/* Remove the next row if you want tabs to be the top-most row */
#titlebar{ -moz-box-ordinal-group: 2 }
#toolbar-menubar{ position: fixed; display: flex; width: 100vw; top: 0px; }
/* Remove bottom border that won't do anything useful when at bottom of the window */