fix(ui): resolved z-index conflict between navbar and projects section
This commit is contained in:
@@ -170,7 +170,7 @@ const {
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="#projects"
|
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>
|
aria-label="View projects section"></a>
|
||||||
<div class="flex items-center gap-4 max-md:gap-2">
|
<div class="flex items-center gap-4 max-md:gap-2">
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user