edit: pb de scroll et responsive msg bienvenue
This commit is contained in:
+11
-1
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#msgWindow{
|
||||
left: unset;
|
||||
right: 16.1px;;
|
||||
right: 77px;
|
||||
top: 161px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user