From e4cc6322bfd001626358916c1f598684c94bd29f Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 6 Feb 2026 14:09:34 +0300 Subject: [PATCH] fix: dropdown clipped by overflow-hidden, change to overflow-x-hidden --- frontend/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index f4af6cb..3556191 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -64,7 +64,7 @@ pub fn App() -> impl IntoView {
-
+
// Toolbar at the top