]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/docs/_sass/_header.scss
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / docs / _sass / _header.scss
index b4cd071139736c091877cc61dbb1aabd72c6c05c..ac79390f462c340c9b119aaf0da6ad38ce070c6f 100644 (file)
@@ -3,7 +3,8 @@
   color: $primary-overlay;
   height: $header-height;
   padding: $header-ptop 0 $header-pbot;
-  position: fixed;
+  position: sticky;
+  top: 0;
   width: 100%;
   z-index: 9999;
 
       max-width: 1400px;
     }
   }
- */
\ No newline at end of file
+ */