Skip to content

Commit 6b54354

Browse files
authored
↕ Hide Scroll
1 parent 1543ff6 commit 6b54354

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/finn.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
justify-content: center;
99
align-items: center;
1010
flex-direction: column; /*Fix bug in chrome mobile */
11+
overflow-y: hidden;
1112
}
1213

1314
.face {
@@ -138,4 +139,4 @@ body {
138139
right: 125px;
139140
transform: rotate(-10deg);
140141
box-shadow: inset 5px 1px 2px #ddc2b0;
141-
}
142+
}

0 commit comments

Comments
 (0)