From c9714bd7168483ac1e142dbc2f40cb2a3978fae4 Mon Sep 17 00:00:00 2001 From: Mauricio Date: Sun, 19 Mar 2023 23:29:30 -0600 Subject: [PATCH] refactor(sidebar): add top 0 --- components/informational/sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/informational/sidebar.css b/components/informational/sidebar.css index ab3aa2b..f23f414 100644 --- a/components/informational/sidebar.css +++ b/components/informational/sidebar.css @@ -1,5 +1,5 @@ .sidebar { - @apply z-[55] flex h-screen w-full max-w-[18rem] translate-x-0 flex-col justify-between bg-gray-2; + @apply top-0 z-[55] flex h-screen w-full max-w-[18rem] translate-x-0 flex-col justify-between bg-gray-2; } .sidebar-sticky {