Skip to content

Commit 38d2d9a

Browse files
committed
fix - repair broken horizontal swipe
1 parent 3a092e5 commit 38d2d9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ html {
2222
body {
2323
margin: 0;
2424
font-family: "General Sans", sans-serif;
25+
overflow-x: hidden;
26+
}
27+
28+
section, header, footer {
29+
max-width: 100vw;
30+
overflow-x: clip;
2531
}
2632

2733
img {

0 commit comments

Comments
 (0)