11 lines
121 B
CSS
11 lines
121 B
CSS
#root {
|
|
position: absolute;
|
|
inset: 0px;
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
html,
|
|
body {
|
|
overscroll-behavior: none;
|
|
}
|