Skip to content

Commit 5258f4d

Browse files
committed
temporary scrollbar fix
1 parent e2b8ca0 commit 5258f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body {
2323
font-family: Verdana, sans-serif;
2424
margin: auto;
2525
padding: 20px;
26+
padding-left: calc(100vw - 100% + 20px);
2627
max-width: 65ch;
2728
text-align: left;
2829
background-color: #fff;
@@ -113,4 +114,3 @@ hr {
113114
border-top: 1px solid #ddd;
114115
margin: 1rem 0;
115116
}
116-

0 commit comments

Comments
 (0)