From 917005afa7b6ad14d4500ac3ebf75a690f5da1e3 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <pjentsch@sfb1288inf-Notebook.fritz.box>
Date: Mon, 2 Nov 2020 09:31:24 +0100
Subject: [PATCH] Fix z-index on parallax pages

---
 web/app/static/css/nopaque.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/app/static/css/nopaque.css b/web/app/static/css/nopaque.css
index a3130ef8..37a247f6 100644
--- a/web/app/static/css/nopaque.css
+++ b/web/app/static/css/nopaque.css
@@ -7,6 +7,10 @@ main {
   margin-top: 48px;
 }
 
+.parallax-container .parallax {
+  z-index: auto;
+}
+
 /* add custom bold class */
 .bold {
   font-weight: bold;
-- 
GitLab