Fix top bar on windows/firefox which caused the page to scroll horizontally. (jungle theme)
This commit is contained in:
parent
9f00e4948e
commit
f45247a278
|
@ -20,7 +20,9 @@ body {
|
|||
|
||||
.bar.top {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
width: calc(100% + 8px);
|
||||
box-sizing: border-box;
|
||||
padding: 0 .25em;
|
||||
left: -4px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue