Skip to content

Commit 6ed994f

Browse files
add overflow-x:hidden to body, for swipeable card
1 parent a6ddc77 commit 6ed994f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swipeable-cards/cards.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ html, body {
2323
color: #333;
2424
}
2525

26+
body {
27+
overflow-x: hidden;
28+
}
29+
2630
* {
2731
box-sizing: border-box;
2832
}

0 commit comments

Comments
 (0)