Skip to content

Commit

Permalink
Section minimum hight improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
sovetski committed Dec 29, 2023
1 parent f06757e commit 8445e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ html,
overflow: hidden;

.scroll-section {
height: 100vh;
min-height: 100vh; // old browsers compatibility
min-height: 100svh;
transition: transform 0.5s ease;
}
}

0 comments on commit 8445e86

Please sign in to comment.