fix(ui): resolved z-index conflict between navbar and projects section
This commit is contained in:
@@ -170,7 +170,7 @@ const {
|
||||
>
|
||||
<a
|
||||
href="#projects"
|
||||
class="absolute left-0 top-0 z-50 h-full w-full bg-transparent"
|
||||
class="absolute left-0 top-0 z-40 h-full w-full bg-transparent"
|
||||
aria-label="View projects section"></a>
|
||||
<div class="flex items-center gap-4 max-md:gap-2">
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user