FreeDATA/gui/src/waterfall/waterfall.css
2023-02-11 21:49:07 +00:00

13 lines
126 B
CSS

html,
body {
width: 100%;
height: 100%;
margin: 0px;
}
#waterfall {
display: block;
width: 100%;
height: 100%;
}