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
+3 -1
View File
@@ -14,7 +14,8 @@
*/
#titlebar{
position: fixed;
position: fixed;
display: block;
bottom: 0px;
height: var(--tab-min-height);
width: 100vw;
@@ -23,6 +24,7 @@
#TabsToolbar{
position: fixed;
display: block;
top: 0px;
width: 100vw;
padding-left: 30px !important;