From 4f1e37e351e8f133ebfb37eac00a96251eb988da Mon Sep 17 00:00:00 2001 From: Manuel Meister Date: Sun, 18 Jun 2023 11:21:22 +0200 Subject: [PATCH] [navigation] Fix menu z-index on the play page --- assets/css/style.postcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.postcss b/assets/css/style.postcss index 897964c02..0eac354e7 100644 --- a/assets/css/style.postcss +++ b/assets/css/style.postcss @@ -177,7 +177,7 @@ body > footer { & > ul { position: absolute; - z-index: 1; + z-index: 3; padding: 0; margin: 0; list-style: none;