From 2230b88aa2bf29b3998d950efe98e2980cec0a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 16:52:44 -0500 Subject: [PATCH] Compile CSS --- web/themes/custom/geofresco/dist/css/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 2de7949..fb07270 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -7118,6 +7118,9 @@ label.panel-block { overflow: visible; z-index: 10; } +.page-title .container { + overflow-x: hidden; } + /* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { height: 10rem; }