Skip to content

Commit

Permalink
Add z-0 to main container (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored May 15, 2024
1 parent 65ac86e commit 8c95d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/compare.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="container">
<h1 class="mb-5 text-3xl font-bold">@lang('Compare')</h1>
<product-compare v-slot="compare" v-cloak>
<div class="relative text-sm">
<div class="relative text-sm z-0">
<template v-if="compare?.items?.length">
<div class="absolute left-0 top-0 bottom-5 w-1/2 sm:w-1/3 lg:w-1/4 xl:w-1/5 bg-white z-10 max-sm:hidden"></div>
<slider container-reference="container">
Expand Down

0 comments on commit 8c95d16

Please sign in to comment.