From 1c0cef120efa7c269a8b8c1a6f3fc85c4b12876a Mon Sep 17 00:00:00 2001 From: RubenPX Date: Fri, 22 Apr 2022 13:04:09 +0200 Subject: [PATCH] Fix height list, use px instead of vh --- ereuse_devicehub/static/css/devicehub.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/static/css/devicehub.css b/ereuse_devicehub/static/css/devicehub.css index a79a56cc..e6ae1893 100644 --- a/ereuse_devicehub/static/css/devicehub.css +++ b/ereuse_devicehub/static/css/devicehub.css @@ -15,7 +15,7 @@ margin: 0; padding: 0; min-width: max-content; - max-height: 40vh; + max-height: 380px; overflow-y: auto; }