From 74ab5b8633ccef2499cbe8f44f0c78e7b9b65948 Mon Sep 17 00:00:00 2001 From: Jordy de Vulder Date: Thu, 31 Oct 2024 17:03:41 +0100 Subject: [PATCH 01/10] Added new z-index layers within tailwind config --- resources/views/components/notifications.blade.php | 5 +++-- resources/views/components/slideover/index.blade.php | 6 +++--- resources/views/layouts/checkout/header.blade.php | 2 +- resources/views/layouts/partials/header.blade.php | 4 ++-- resources/views/layouts/partials/header/account.blade.php | 2 +- .../views/layouts/partials/header/autocomplete.blade.php | 2 +- resources/views/layouts/partials/header/minicart.blade.php | 2 +- tailwind.config.js | 6 ++++++ 8 files changed, 18 insertions(+), 11 deletions(-) diff --git a/resources/views/components/notifications.blade.php b/resources/views/components/notifications.blade.php index 122bffd84..e10e8a269 100644 --- a/resources/views/components/notifications.blade.php +++ b/resources/views/components/notifications.blade.php @@ -1,5 +1,5 @@ -
+
- + +
diff --git a/resources/views/components/slideover/index.blade.php b/resources/views/components/slideover/index.blade.php index 51943796a..e1f4181e3 100644 --- a/resources/views/components/slideover/index.blade.php +++ b/resources/views/components/slideover/index.blade.php @@ -24,19 +24,19 @@ $closeId = $isInForm ? 'close-' . $id : $id; @endphp - + @if (!$hasParent) @else @endif
class([ - 'fixed inset-y-0 transition-all bg-white z-40 flex flex-col max-w-md w-full', + 'fixed inset-y-0 transition-all bg-white z-10 flex flex-col max-w-md w-full', '-right-full peer-checked:right-0' => $position === 'right', '-left-full peer-checked:left-0' => $position === 'left', ]) }}> diff --git a/resources/views/layouts/checkout/header.blade.php b/resources/views/layouts/checkout/header.blade.php index 486c3c68f..dc45b9a71 100644 --- a/resources/views/layouts/checkout/header.blade.php +++ b/resources/views/layouts/checkout/header.blade.php @@ -1,4 +1,4 @@ -
+
diff --git a/resources/views/layouts/partials/header.blade.php b/resources/views/layouts/partials/header.blade.php index 9e4caecd5..37db68190 100644 --- a/resources/views/layouts/partials/header.blade.php +++ b/resources/views/layouts/partials/header.blade.php @@ -1,4 +1,4 @@ -
+
@@ -23,7 +23,7 @@ @include('rapidez::layouts.partials.header.account') @include('rapidez::layouts.partials.header.minicart')
-