Skip to content

Commit 2da04e9

Browse files
committed
fix height
1 parent 3843b21 commit 2da04e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

81-animated-SVG/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ body {
99
flex-direction: column;
1010
align-items: center;
1111
justify-content: center;
12-
min-height: 100vh;
13-
overflow: hidden;
12+
height: 100vh;
1413
}
1514

1615
svg {

0 commit comments

Comments
 (0)