From 01799a434aaa6c550cb2e0cd46584fc7e29cb2a2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 15 Mar 2020 11:52:31 -0400 Subject: [PATCH] Fix world getting cut off at the bottom on narrow screens --- macrovision.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.css b/macrovision.css index 203418bb..fb879e06 100644 --- a/macrovision.css +++ b/macrovision.css @@ -72,7 +72,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{ #main-area { min-height: 0px; display: flex; - flex: 1 0 90vh; + flex: 1 1 90vh; width: 100%; flex-direction: row; }