From 1a4fbf25a75c106fc52b351513d240c34aa901f3 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 24 Jan 2023 15:22:07 +0100 Subject: [PATCH] alpes-maritimes-2022: reset #main-content z-index value (#73727) --- static/alpes-maritimes-2022/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/alpes-maritimes-2022/_custom.scss b/static/alpes-maritimes-2022/_custom.scss index 82e82ece..f37e5d65 100644 --- a/static/alpes-maritimes-2022/_custom.scss +++ b/static/alpes-maritimes-2022/_custom.scss @@ -413,6 +413,10 @@ main { } } +div#main-content-wrapper { + z-index: auto; +} + // placeholder 'page-title' .cd06-page-title--wrapper { @media ($max-mobile-viewport) {