We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfde8b4 commit 62c3097Copy full SHA for 62c3097
1 file changed
style.css
@@ -31,8 +31,7 @@ body.body-class {
31
}
32
33
.main-html {
34
- height: 100vh;
35
- height: 100dvh; /* Utiliser (100)vh comme solution de repli si (100)dvh n'est pas pris en charge. */
+ height: 100dvh;
36
overflow-y: auto !important;
37
38
0 commit comments