Skip to content

Commit

Permalink
fix(hero): z-index goes over mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 2, 2024
1 parent 67f147b commit 3bf9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/servers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<section
class="relative mx-auto flex min-h-[calc(100vh-200px)] max-w-7xl flex-col justify-center px-3"
>
<div class="relative z-10 flex w-full flex-col items-center gap-10 text-center">
<div class="relative z-[5] flex w-full flex-col items-center gap-10 text-center">
<div class="flex flex-col items-center gap-4">
<div
class="relative h-fit w-fit rounded-full bg-highlight-green px-3 py-1 text-sm font-bold text-brand backdrop-blur-lg"
Expand Down

0 comments on commit 3bf9b6c

Please sign in to comment.