Skip to content

Commit

Permalink
update z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
qaynam committed Aug 24, 2023
1 parent 120ff4f commit 7f8d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/features/MainBlock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
});
</script>

<div class="w-full lg:w-9/12 flex lg:static sticky top-3 z-10">
<div class="w-full lg:w-9/12 flex lg:static sticky top-3 z-20">
<div
class={clsx("flex items-center justify-center mx-auto", {
"w-full h-full": !selectImageUrl
Expand Down

0 comments on commit 7f8d5e8

Please sign in to comment.