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

@@ -25,6 +25,7 @@
#nav-bar{
position: fixed !important;
display: block;
margin-right: 138px;
margin-left: 30px;
/* width == 100vw - margins */
@@ -53,6 +54,7 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
#toolbar-menubar{
height: var(--multirow-toolbar-height);
position: fixed;
display: block;
top: var(--multirow-top-padding);
width: 100vw;
color: var(--lwt-text-color);