Browse Source

* Make sure side menu scrolls, and stays under navbar when scrolling the page

Michaël Van Canneyt 2 weeks ago
parent
commit
df2c2f3b96
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/fpdoc/fpdocs.css

+ 2 - 1
utils/fpdoc/fpdocs.css

@@ -135,7 +135,8 @@ span.identifier {
     /* Hidden off-screen */
     /* Hidden off-screen */
     transform: translateX(-10em); 
     transform: translateX(-10em); 
     transition: transform 0.3s ease-in-out;
     transition: transform 0.3s ease-in-out;
-    z-index: 100; /* Ensure it is above the main content */
+    z-index: 20; /* Ensure it is above the main content, but below navbar (navbar uses 30) */
+    overflow-y: scroll
 }
 }
 
 
 /* 3. Side Menu (Expanded State) */
 /* 3. Side Menu (Expanded State) */