FreeDATA/gui/src/waterfall/waterfall.css

12 lines
139 B
CSS
Raw Normal View History

2021-07-17 07:05:50 +00:00
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
#waterfall {
display: block;
width: 100%;
2021-09-10 14:51:45 +00:00
height: 100%;
2021-07-17 07:05:50 +00:00
}