From e02beac6303a9b4f0a9a3f94abd8c2569f181614 Mon Sep 17 00:00:00 2001 From: Petar Ivanov <46651r@unibit.bg> Date: Mon, 8 Jan 2024 16:57:51 +0200 Subject: [PATCH] animate dropdown --- app/root.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index 1c2beec..67f302d 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -350,7 +350,7 @@ function App() { clsx( - 'header-link relative font-oswald hover:brightness-[90%]', + 'header-link relative z-[3] font-oswald hover:brightness-[90%]', isActive && 'text-yellow-400', ) } @@ -363,17 +363,22 @@ function App() { ) })}