Revert "fix sidenavbar" This reverts commit 1f44b506e1a09f4d934c211fe82f74ae99ed39a1.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
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 {