From 89ab0c4ad67fed4ebb1460b1052aa70a91cbbae2 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 1 Feb 2026 17:36:34 +0300 Subject: [PATCH] fix(ui): restore h-screen with dvh fallback for correct layout and scrolling --- frontend/src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index b04328c..06011d9 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -10,10 +10,10 @@ pub fn App() -> impl IntoView { crate::store::provide_torrent_store(); view! { -
+
-
+
// Toolbar at the top