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

@@ -13,7 +13,7 @@ Thanks to /u/skenera on reddit for suggesting animating background position and
#TabsToolbar::before{
content: "";
display: -moz-box;
display: block;
position: absolute;
width: 200vw;
height: calc(var(--tab-min-height) + 2px);