Skip to content

Commit b6f621a

Browse files
fix: Fixing double scroll (#165)
1 parent 5835b02 commit b6f621a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
height: 144px;
33
}
44

5+
html, body {
6+
height: 100%;
7+
overflow: hidden;
8+
}
9+
510
.component-card {
611
border-radius: 20px;
712
width: 300px;

0 commit comments

Comments
 (0)