Skip to content

Commit

Permalink
refactor: increase z-index of LoadingSpinner for improved overlay vis…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
Ahmedhossamdev committed Dec 2, 2024
1 parent 4438d9f commit 88c37c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadingSpinner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<div
class="absolute inset-0 z-10 flex items-center justify-center bg-neutral-800 bg-opacity-80 md:rounded-lg"
class="absolute inset-0 z-50 flex items-center justify-center bg-neutral-800 bg-opacity-80 md:rounded-lg"
>
<div class="flex items-center text-white">
<svg
Expand Down

0 comments on commit 88c37c7

Please sign in to comment.