Commit 4b55cbbe9a49c9517267f4450361655f067c87ce

Jeremy JEANNE 2025-04-09T14:34:59

Revert "fix sidenavbar" This reverts commit 1f44b506e1a09f4d934c211fe82f74ae99ed39a1.

diff --git a/test/httpd/app/templates/doc/show.html.ekc3 b/test/httpd/app/templates/doc/show.html.ekc3
index 76f258d..bed8abc 100644
--- a/test/httpd/app/templates/doc/show.html.ekc3
+++ b/test/httpd/app/templates/doc/show.html.ekc3
@@ -1,5 +1,5 @@
 <div class="row">
-  <div class="bg-gray col-12 col-sm-4 col-lg-3 left-colbg-gray col-12 col-sm-4 col-lg-3 left-col d-flex flex-column flex-shrink-0 p-3 ">
+  <div class="bg-gray col-12 col-sm-4 col-lg-3 left-col">
     <%= raw menu %>
   </div>
   <div class="col-12 col-sm-8 col-lg-9">
diff --git a/test/httpd/static/_assets/app.css b/test/httpd/static/_assets/app.css
index 4f6e16e..a5e7d7d 100644
--- a/test/httpd/static/_assets/app.css
+++ b/test/httpd/static/_assets/app.css
@@ -32083,14 +32083,6 @@ footer a, footer a:hover {
   background: #fff;
 }
 
-footer {
-  margin-left: 10em;
-}
-
-.page {
-  margin-left: 10em;
-}
-
 div.page {
   padding-top: 3em;
 }
@@ -32308,11 +32300,6 @@ h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
 }
 
 .left-col {
-  margin-left: -10em;
-  position: fixed;
-  overflow: scroll;
-  bottom: 0;
-  top: 3em;
   padding-left: 0.75rem;
 }
 .left-col ul {