1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Adds min-height to fix #547

This commit is contained in:
Amir Raminfar
2020-06-30 11:31:50 -07:00
parent e8b5fd0523
commit 86cfaaee6d

View File

@@ -79,6 +79,7 @@ section {
&.is-full-height-scrollable {
height: 100vh;
min-height: 0;
}
main {