Add display:block to every absolutely positioned element

This commit is contained in:
MrOtherGuy
2019-09-28 12:18:59 +03:00
parent c65518f902
commit 1ad29c1ada
14 changed files with 19 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ linux_gtk_window_control_patch.css
.titlebar-buttonbox-container{
position: fixed;
display: block;
top:0;
right:0;
height: 40px;
@@ -37,7 +38,7 @@ linux_gtk_window_control_patch.css
/* Move tabs below content */
:root:not([inDOMFullscreen]) #content-deck,
:root:not([inDOMFullscreen]) > #browser{ margin-bottom: var(--tab-min-height) }
#TabsToolbar{ position: fixed; bottom: 0px; width: 100vw; height: var(--tab-min-height) }
#TabsToolbar{ position: fixed; display: block; bottom: 0px; width: 100vw; height: var(--tab-min-height) }
#TabsToolbar-customization-target{ width: 100vw; }
/* Hide stuff that doesn't make sense with tabs below content */