From 1258e1cec2b6394ef3cfe43b4b00d4f47c17a5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sun, 20 Aug 2023 22:01:00 +0200 Subject: [PATCH] fix z-index --- institut/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/institut/templates/base.html b/institut/templates/base.html index 5983fd8..fda3b10 100644 --- a/institut/templates/base.html +++ b/institut/templates/base.html @@ -45,7 +45,7 @@ <body> {% wagtailuserbar %} - <nav class="sticky top-0 drop-shadow-lg bg-grey-800 py-8 flex justify-center"> + <nav class="sticky top-0 drop-shadow-lg bg-grey-800 py-8 flex justify-center z-50"> <div class="flex justify-between container"> <div class="flex gap-7 text-white items-center"> <a -- GitLab