From 94bc66f7df61b6b53c7e3fa43e6a469ccb2908e7 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 27 Nov 2025 21:21:51 +0200 Subject: [PATCH] Fix LFG "Show more" button showing over nav dialog --- app/features/lfg/components/LFGPost.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/lfg/components/LFGPost.module.css b/app/features/lfg/components/LFGPost.module.css index 734803b8c..4e6b8db72 100644 --- a/app/features/lfg/components/LFGPost.module.css +++ b/app/features/lfg/components/LFGPost.module.css @@ -75,7 +75,7 @@ width: max-content; margin-left: auto; margin-right: auto; - z-index: 99; + z-index: 1; } .showAllButtonExpanded {