From 52178e9381022cb3c77c61c55e651307d47fc22f Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 7 Dec 2022 08:56:21 +0100 Subject: [PATCH] Set min-height on control bar panel --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index bf1fef95..b9ae33ed 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -586,6 +586,7 @@ html { width: 360px; min-width: 150px; height: 160px; + min-height: 70px; box-sizing: border-box; max-width: 100%;