From 49c7caf5bd0f9a90a1cd722602599ef4c08e65d2 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 21 Apr 2022 20:14:36 +0200 Subject: [PATCH] Fix set max height --- ereuse_devicehub/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/static/css/style.css b/ereuse_devicehub/static/css/style.css index 3b9bd4da..4f4a98d3 100644 --- a/ereuse_devicehub/static/css/style.css +++ b/ereuse_devicehub/static/css/style.css @@ -1096,7 +1096,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; min-width: max-content; - height: 40vh; + max-height: 40vh; overflow-y: auto; }