From 294bc8712b04ea316a4a5b91a981e8c4026b8f33 Mon Sep 17 00:00:00 2001 From: kv Date: Sat, 6 Apr 2024 19:41:39 -0700 Subject: [PATCH] fix recents on safari --- frontend/src/pages/home/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/home/dashboard.tsx b/frontend/src/pages/home/dashboard.tsx index 6325357e4..389f8fdc2 100644 --- a/frontend/src/pages/home/dashboard.tsx +++ b/frontend/src/pages/home/dashboard.tsx @@ -87,7 +87,7 @@ const RecentlyViewed = () => { type !== "System" && ( nav(`/${type.toLowerCase()}s/${id}`)} - className="px-3 py-2 h-full hover:bg-accent/50 group-focus:bg-accent/50 transition-colors cursor-pointer" + className="px-3 py-2 h-fit hover:bg-accent/50 group-focus:bg-accent/50 transition-colors cursor-pointer" >