Commit c6f13ec897257521f375fb58c7791e1d7c0db274

Jeremy JEANNE 2025-04-09T16:42:44

scroll in nav

diff --git a/test/httpd/assets/css/app.scss b/test/httpd/assets/css/app.scss
index fcfce4e..5a96323 100644
--- a/test/httpd/assets/css/app.scss
+++ b/test/httpd/assets/css/app.scss
@@ -224,17 +224,23 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 .left-col {
+    height: 100%;
+    top: 0;
+    position: fixed;
+    overflow: hidden;
     padding-left: 0.75rem;
+    padding-bottom: 3em;
+    ;
     ul {
+        overflow: scroll;
         list-style: none;
         padding-left: 0.5rem;
     }
 }
 .left-col {
-    margin-left: -10em;
     position: fixed;
     overflow: scroll;
-    bottom: 0;
+    left: 0;
     top: 3em;
     padding-left: 0.75rem;
     ul {
diff --git a/test/httpd/static/_assets/app.css b/test/httpd/static/_assets/app.css
index a5e7d7d..483338a 100644
--- a/test/httpd/static/_assets/app.css
+++ b/test/httpd/static/_assets/app.css
@@ -32083,6 +32083,14 @@ footer a, footer a:hover {
   background: #fff;
 }
 
+footer {
+  margin-left: 10em;
+}
+
+.page {
+  margin-left: 10em;
+}
+
 div.page {
   padding-top: 3em;
 }
@@ -32292,7 +32300,12 @@ 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 {
+  height: 100%;
+  top: 0;
+  position: fixed;
+  overflow: scroll;
   padding-left: 0.75rem;
+  bottom: 0;
 }
 .left-col ul {
   list-style: none;
@@ -32300,6 +32313,10 @@ 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 {
+  position: fixed;
+  overflow: scroll;
+  left: 0;
+  top: 3em;
   padding-left: 0.75rem;
 }
 .left-col ul {