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;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -12,8 +16,6 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#form {
|
#form {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue