From 41f7c6329ddf4212c68d5357de195e881890b73c Mon Sep 17 00:00:00 2001
From: madrxx <74277456+madrxx@users.noreply.github.com>
Date: Sun, 23 Nov 2025 21:00:18 +0000
Subject: [PATCH] Make sidebar scrollable and navbar toggle visible on mobile
devices
Currently, sidebar is not scrollable when the window is resized too small. Additionally, the sidebar cannot be opened on a mobile application because the ED version switcher dropdown covers the toggle button. This fixes both issues.
---
app/static/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/static/index.html b/app/static/index.html
index 2cdb098..38d13cd 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -27,7 +27,7 @@
-
@@ -63,7 +63,7 @@