From 26d50fc9fe5d5675c0550f4da8ce49cd3bc98c82 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Tue, 14 Jun 2022 16:55:03 +0200 Subject: [PATCH] Fix du menu sur mobile --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index a209d46..b62dedc 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,7 @@ main p { position: absolute; background-color: var(--hl); width: 100%; + min-width: 160px; z-index: 1; }