FreeDATA/gui/src/waterfall/waterfall.css
2021-09-10 16:51:45 +02:00

12 lines
139 B
CSS

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