Fix top bar on windows/firefox which caused the page to scroll horizontally. (jungle theme)

This commit is contained in:
towards-a-new-leftypol 2024-03-31 03:28:39 +00:00
parent 9f00e4948e
commit f45247a278
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ body {
.bar.top {
position: relative;
width: 100vw;
width: calc(100% + 8px);
box-sizing: border-box;
padding: 0 .25em;
left: -4px;
}