put on root iunstead
This commit is contained in:
parent
8ab7262802
commit
abe8b7f892
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,10 @@ button {
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
:root {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
@ -12,8 +16,6 @@ body {
|
|||
height: 100vh;
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue