Skip to content

Commit 1a91cac

Browse files
authored
Fix Shifting Scrollbar Bug (yousinix#38)
1 parent 08cbd97 commit 1a91cac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/_base.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
html{
2+
padding-left: calc(100vw - 100%);
3+
}
4+
15
body {
26
font-family: "Poppins", sans-serif;
37
}

0 commit comments

Comments
 (0)