From 492e70d070bcc98052044554e3ea0c625e6e1462 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sun, 15 Sep 2024 20:15:17 +0200 Subject: [PATCH] =?UTF-8?q?On=20corrige=20le=20probl=C3=A8me=20du=20scroll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/static/style.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 5cce7fd..ef928a0 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -122,10 +122,13 @@ details[role="list"] summary + ul li.selected>a:hover { color: var(--primary-inverse); } -#filters .categories { - text-align: center; - line-height: 2.8em; - overflow: hidden; +#filters { + .categories { + text-align: center; + line-height: 2.8em; + overflow: hidden; + width: 100%; + } } @media (min-width: 992px) { @@ -137,6 +140,7 @@ details[role="list"] summary + ul li.selected>a:hover { float: left; text-align: left; line-height: 2em; + overflow: visible; } #filters details { width: 25%;