From 036190b2bbee68de4a3301bd35f39e6d82fe38d0 Mon Sep 17 00:00:00 2001 From: Dylann Batisse Date: Thu, 9 Apr 2026 23:23:54 +0200 Subject: [PATCH] fix(ui): fix mobile scrolling in grid filters and sidebar --- .../components/grid/GridFiltersPanel.svelte | 4 +- ui/src/components/grid/GridView.svelte | 4 +- ui/src/components/layout/Sidebar.svelte | 1052 +++++++++-------- 3 files changed, 553 insertions(+), 507 deletions(-) diff --git a/ui/src/components/grid/GridFiltersPanel.svelte b/ui/src/components/grid/GridFiltersPanel.svelte index 9261257..00f1588 100644 --- a/ui/src/components/grid/GridFiltersPanel.svelte +++ b/ui/src/components/grid/GridFiltersPanel.svelte @@ -187,7 +187,7 @@ /> -
+
{#if $tagFilterEntries.length === 0}
No tags found.
{:else} @@ -250,7 +250,7 @@ />
-
+
{#if $trackerFilterEntries.length === 0}
No trackers found.
{:else} diff --git a/ui/src/components/grid/GridView.svelte b/ui/src/components/grid/GridView.svelte index 269b6e9..cf4b45a 100644 --- a/ui/src/components/grid/GridView.svelte +++ b/ui/src/components/grid/GridView.svelte @@ -137,7 +137,7 @@ {#if mobileFiltersOpen}
@@ -171,7 +171,7 @@
-
+
diff --git a/ui/src/components/layout/Sidebar.svelte b/ui/src/components/layout/Sidebar.svelte index 030144f..b2a3947 100644 --- a/ui/src/components/layout/Sidebar.svelte +++ b/ui/src/components/layout/Sidebar.svelte @@ -380,7 +380,7 @@