Allows for drawer nav menu to always be accessible.
---
 htdocs/css/simple-sidebar.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/htdocs/css/simple-sidebar.css b/htdocs/css/simple-sidebar.css
index a19c2f1..18b0c18 100644
--- a/htdocs/css/simple-sidebar.css
+++ b/htdocs/css/simple-sidebar.css
@@ -120,6 +120,13 @@
   display: inline-block;
 }
 
+.content-header {
+  position: sticky;
+  top: 0;
+  z-index: 999;
+  background-color: inherit;
+}
+
 .drawer-header {
   display: block;
   position: sticky;
-- 
2.51.0

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to