From 444ea4326dc23f716f53c5e5e02c584e7f52b50b Mon Sep 17 00:00:00 2001 From: spinline Date: Sat, 21 Feb 2026 20:22:18 +0300 Subject: [PATCH] fix(frontend): make general tab scrollable on mobile/safari --- frontend/src/components/torrent/details.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/torrent/details.rs b/frontend/src/components/torrent/details.rs index 92cdda7..515609e 100644 --- a/frontend/src/components/torrent/details.rs +++ b/frontend/src/components/torrent/details.rs @@ -51,8 +51,8 @@ pub fn TorrentDetailsSheet() -> impl IntoView { -
- +
+ "Genel" @@ -68,7 +68,7 @@ pub fn TorrentDetailsSheet() -> impl IntoView { -
+
impl IntoView { {move || match selected_torrent.get() { Some(t) => leptos::either::Either::Left(view! { -
+
}), @@ -167,7 +167,7 @@ pub fn TorrentDetailsSheet() -> impl IntoView { {move || match selected_torrent.get() { Some(t) => leptos::either::Either::Left(view! { -
+
}),