Skip to content

Commit 62c3097

Browse files
committed
fix: remove useless CSS fallback.
1 parent bfde8b4 commit 62c3097

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ body.body-class {
3131
}
3232

3333
.main-html {
34-
height: 100vh;
35-
height: 100dvh; /* Utiliser (100)vh comme solution de repli si (100)dvh n'est pas pris en charge. */
34+
height: 100dvh;
3635
overflow-y: auto !important;
3736
}
3837

0 commit comments

Comments
 (0)