From ca4e21d6e6b6fb621b4a1e793cdceab8bac3ec47 Mon Sep 17 00:00:00 2001 From: phaze-the-dumb Date: Tue, 19 Aug 2025 23:10:43 +0100 Subject: [PATCH] Fixed scroll to top button being ontop of filters menu --- changelog | 3 ++- src/css/filters.css | 1 + src/css/list.css | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index b25aa84..54a6e14 100644 --- a/changelog +++ b/changelog @@ -108,4 +108,5 @@ v0.2.6: - Added close to tray toggle - Fixed "Open in folder" not selecting files on linux - Remove all sync stuff - - Fixed scroll to top button not animating out \ No newline at end of file + - Fixed scroll to top button not animating out + - Fixed scroll to top button being ontop of filters menu \ No newline at end of file diff --git a/src/css/filters.css b/src/css/filters.css index 308f202..5175254 100644 --- a/src/css/filters.css +++ b/src/css/filters.css @@ -18,6 +18,7 @@ text-align: center; box-shadow: #0005 0 0 10px; opacity: 0; + z-index: 150; } .filter-container > .filter-title{ diff --git a/src/css/list.css b/src/css/list.css index 4c0f469..f161ff2 100644 --- a/src/css/list.css +++ b/src/css/list.css @@ -20,4 +20,5 @@ display: flex; justify-content: center; align-items: center; + z-index: 100; } \ No newline at end of file -- 2.51.2