From 978ca705a63bc9dfbd0c3d686d180d17e70ad298 Mon Sep 17 00:00:00 2001 From: spinline Date: Wed, 4 Feb 2026 17:34:20 +0300 Subject: [PATCH] fix(ui): add prevent_default to dropdown overlays for iOS --- frontend/src/components/layout/statusbar.rs | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs index bc9dd93..e7fc692 100644 --- a/frontend/src/components/layout/statusbar.rs +++ b/frontend/src/components/layout/statusbar.rs @@ -118,7 +118,11 @@ pub fn StatusBar() -> impl IntoView {
@@ -171,7 +175,11 @@ pub fn StatusBar() -> impl IntoView {
@@ -222,7 +230,11 @@ pub fn StatusBar() -> impl IntoView {