From 24555275bbf78e5fdae50113edabaeea3eb9fba3 Mon Sep 17 00:00:00 2001 From: Satoru Date: Wed, 8 Apr 2026 21:17:19 +0800 Subject: [PATCH] fix: add padding to toolbar container to prevent add button shadow clipping (#1951) The orange add button's circular shadow appeared square because the parent overflow-x-hidden container was clipping it at the edges. --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0665c1889..750c5ba2f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1035,7 +1035,7 @@ function App() { )}