From 430bcf53eae19eb1b1b2428d69f17cc9b757d559 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Mon, 3 May 2021 15:59:02 +0200
Subject: [PATCH] Fix non functioning sidebar button in mobile view

---
 web/app/templates/nopaque.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2
index 0d6e0499..0160dabc 100644
--- a/web/app/templates/nopaque.html.j2
+++ b/web/app/templates/nopaque.html.j2
@@ -120,7 +120,7 @@
 {% endblock navbar %}
 
 {% block sidenav %}
-<ul class="sidenav sidenav-fixed{% if not current_user.is_authenticated %} hide{% endif %}">
+<ul class="sidenav sidenav-fixed{% if not current_user.is_authenticated %} hide{% endif %}" id="sidenav">
   {% if current_user.is_authenticated %}
   <li>
     <div class="user-view">
-- 
GitLab