From 403435de6773db3d54e00c4dd83f3d31639f46a2 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 7 Mar 2024 09:54:18 +0100 Subject: [PATCH] display carroussel --- user/themes/epau-antimatter/css-compiled/template.css | 1 + user/themes/epau-antimatter/scss/template/_slick-theme.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index b323f79..a2ad256 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1750,6 +1750,7 @@ h1 { position: absolute; display: block; opacity: 0.5; + z-index: 99; width: 60px; cursor: pointer; background: transparent; diff --git a/user/themes/epau-antimatter/scss/template/_slick-theme.scss b/user/themes/epau-antimatter/scss/template/_slick-theme.scss index 4ed6f92..932b457 100644 --- a/user/themes/epau-antimatter/scss/template/_slick-theme.scss +++ b/user/themes/epau-antimatter/scss/template/_slick-theme.scss @@ -65,6 +65,7 @@ $slick-opacity-not-active: 0.25 !default; position: absolute; display: block; opacity: 0.5; + z-index: 99; // height: 50px; width: 60px; // line-height: 2rem;