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

@@ -36,7 +36,7 @@ Window controls will be all wrong without it
/* Rules specific to window controls on right layout */
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
.titlebar-buttonbox-container{ position: fixed; left: 0px; z-index: 3; }
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
}
/* 1px margin on touch density causes tabs to be too high */