From 425cb3869b24968ce54c8bc96bce78728cd8c28f Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Tue, 4 Oct 2022 23:10:03 +0200 Subject: [PATCH] Fixing scrolling sidebar even when collapsed --- app/frontend/templates/base.html | 49 ++--- app/frontend/templates/main_menu.html | 259 +++++++++++++------------- 2 files changed, 155 insertions(+), 153 deletions(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index 786037fa..ed4c5a74 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -15,7 +15,7 @@ + href="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.css" /> @@ -41,14 +41,14 @@ + integrity="sha512-ElRFoEQdI5Ht6kZvyzXhYG9NqjtkmlkfYk0wr6wHxU9JEHakS7UJZNeml5ALk+8IKlU6jDgMabC3vkumRokgJA==" + crossorigin="anonymous" referrerpolicy="no-referrer"> + integrity="sha512-UXumZrZNiOwnTcZSHLOfcTs0aos2MzBWHXOHOuB0J/R44QB0dwY5JgfbvljXcklVf65Gc4El6RjZ+lnwd2az2g==" + crossorigin="anonymous" referrerpolicy="no-referrer"> + integrity="sha512-klQv6lz2YR+MecyFYMFRuU2eAl8IPRo6zHnsc9n142TJuJHS8CG0ix4Oq9na9ceeg1u5EkBfZsFcV3U7J51iew==" + crossorigin="anonymous" referrerpolicy="no-referrer"> @@ -82,32 +82,33 @@ {% include notify.html %} - {% include main_menu.html %} +
+ {% include main_menu.html %} -
+
+ +
+ +
+ + {% block content %} + {% end %} + + {% include footer.html %} -
-
- - {% block content %} - {% end %} - - {% include footer.html %} +
- - -
- +
@@ -173,7 +174,7 @@ + src="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.js"> diff --git a/app/frontend/templates/main_menu.html b/app/frontend/templates/main_menu.html index be21d152..f6fba68e 100644 --- a/app/frontend/templates/main_menu.html +++ b/app/frontend/templates/main_menu.html @@ -1,144 +1,145 @@ -
- - - + + \ No newline at end of file