From ad92420cd13b120ebc81d728bbbde5bf0fd2df54 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Wed, 19 Feb 2025 23:21:53 -0600 Subject: [PATCH] fix: Sidebar going off screen on mobile --- src/components/sidebar/style.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/sidebar/style.module.css b/src/components/sidebar/style.module.css index 8e4e205c8..708196afa 100644 --- a/src/components/sidebar/style.module.css +++ b/src/components/sidebar/style.module.css @@ -66,7 +66,6 @@ right: 0; top: 5.25rem; z-index: 450; - height: 100%; overflow-y: auto; background: var(--color-sidebar-bg);