diff --git a/contrib/ui/mesh-ui/ui/index.html b/contrib/ui/mesh-ui/ui/index.html index f1a4c3a8..08a04873 100755 --- a/contrib/ui/mesh-ui/ui/index.html +++ b/contrib/ui/mesh-ui/ui/index.html @@ -273,7 +273,6 @@ .column { max-height: 350px; - display: flex; flex-direction: column; justify-content: space-between; @@ -321,11 +320,15 @@ img { display: block; } + + html, body { + height: 100vh; + }
-