FreeDATA/gui/src/waterfall/waterfall.css

13 lines
126 B
CSS
Raw Normal View History

2023-02-11 22:49:07 +01:00
html,
body {
width: 100%;
height: 100%;
margin: 0px;
2021-07-17 09:05:50 +02:00
}
#waterfall {
2023-02-11 22:49:07 +01:00
display: block;
width: 100%;
height: 100%;
2021-07-17 09:05:50 +02:00
}