Files
IronCalc/webapp/src/App.css
2024-10-26 11:04:52 +02:00

11 lines
121 B
CSS

#root {
position: absolute;
inset: 0px;
margin: 0px;
border: none;
}
html,
body {
overscroll-behavior: none;
}