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
+1 -1
View File
@@ -34,7 +34,7 @@ Ce document sert à échanger et partager des idées et trucs à faire pour cont
* [ ] désactiver la video pour les personnes qui veulent pas d'effets visuels * [ ] désactiver la video pour les personnes qui veulent pas d'effets visuels
* [ ] fond video en version dégrdée * [ ] fond video en version dégradée + scale video un peu plus grand car bande noire en bas
* [ ] réglages padding section statut * [ ] réglages padding section statut
+11 -1
View File
@@ -11,7 +11,7 @@
/*================ BODY ======================*/ /*================ BODY ======================*/
html, body{ html{
margin: 0; margin: 0;
padding: 0; padding: 0;
scrollbar-color: var(--back-color) var(--main-color); scrollbar-color: var(--back-color) var(--main-color);
@@ -23,6 +23,13 @@ html, body{
z-index: -33; z-index: -33;
} }
body{
margin: 0;
padding: 0;
position: relative;
z-index: -33;
}
/*================ CLASSES COMMUNES ======================*/ /*================ CLASSES COMMUNES ======================*/
@@ -193,6 +200,9 @@ main{
#msgWindow::backdrop{ #msgWindow::backdrop{
background-color: var(--back-color); background-color: var(--back-color);
opacity: .333; opacity: .333;
width: 100vw;
height: 100vh;
box-sizing: border-box;
} }
} }
+1 -1
View File
@@ -47,7 +47,7 @@
#msgWindow{ #msgWindow{
left: unset; left: unset;
right: 16.1px;; right: 77px;
top: 161px; top: 161px;
} }
} }