From 5254b2a8bc7520e250e493cc727bd62055c6781b Mon Sep 17 00:00:00 2001 From: Brian Hanson Date: Tue, 10 Dec 2024 16:48:16 -0600 Subject: [PATCH 1/5] Fix stacking issues --- src/templates/_layouts/cp.twig | 4 ++-- src/web/assets/cp/src/css/_cp.scss | 6 ++---- src/web/assets/cp/src/css/_main.scss | 2 -- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/templates/_layouts/cp.twig b/src/templates/_layouts/cp.twig index ee404663af3..5cb8f153e54 100644 --- a/src/templates/_layouts/cp.twig +++ b/src/templates/_layouts/cp.twig @@ -362,8 +362,8 @@ history.replaceState(undefined, undefined, window.location.href.match(/^[^#]*/)[ {% endif %}
{% set fullEditionName = '{edition} edition'|t('app', {edition: editionName}) %} - - + + Craft CMS