diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 78c0fb7..806a7f2 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -39,6 +39,11 @@ } } +// Prevent a slight horizontal scroll. +.page-title .container { + overflow-x: hidden; +} + /* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { height: 10rem;