From 40e2ba196d1b40d6054b2e0b0d26e20dba742b38 Mon Sep 17 00:00:00 2001 From: kharhamel Date: Tue, 15 Jun 2021 14:35:29 +0200 Subject: [PATCH] FIX: fixed the cowebsite aside dom not being visible on some browser --- front/style/cowebsite-mobile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/front/style/cowebsite-mobile.scss b/front/style/cowebsite-mobile.scss index 85b41511..48a6689e 100644 --- a/front/style/cowebsite-mobile.scss +++ b/front/style/cowebsite-mobile.scss @@ -28,6 +28,7 @@ aside { height: 30px; + min-height: 30px; cursor: ns-resize; flex-direction: column;