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

@@ -9,6 +9,7 @@
#toolbar-menubar{
--uc-menubar-height: 36px;
position: fixed;
display: block;
width: 100vw;
height: var(--uc-menubar-height);
margin-top: calc(8px - var(--uc-menubar-height));