edit: pb de scroll et responsive msg bienvenue

This commit is contained in:
2026-08-04 16:27:07 +02:00
parent e75f0443df
commit db59f2ae48
3 changed files with 14 additions and 4 deletions
+11 -1
View File
@@ -11,7 +11,7 @@
/*================ BODY ======================*/
html, body{
html{
margin: 0;
padding: 0;
scrollbar-color: var(--back-color) var(--main-color);
@@ -23,6 +23,13 @@ html, body{
z-index: -33;
}
body{
margin: 0;
padding: 0;
position: relative;
z-index: -33;
}
/*================ CLASSES COMMUNES ======================*/
@@ -193,6 +200,9 @@ main{
#msgWindow::backdrop{
background-color: var(--back-color);
opacity: .333;
width: 100vw;
height: 100vh;
box-sizing: border-box;
}
}