From 20d8a056bad7a64f1a3b9a5d117327104bc586b5 Mon Sep 17 00:00:00 2001 From: Gareth Dawson Date: Sat, 14 Feb 2026 21:51:29 +0000 Subject: [PATCH] fix(sidebar): prevent nav button clipping on hover indent --- styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles.css b/styles.css index e69cff1..9403d7d 100644 --- a/styles.css +++ b/styles.css @@ -6095,7 +6095,6 @@ textarea:focus { display: flex; flex-direction: column; height: 100%; - overflow: hidden; } .sidebar-nav.main {