Browse Source

update navbar

SyuanYu 2 years ago
parent
commit
a64222f330
3 changed files with 12 additions and 0 deletions
  1. 6 0
      hhh_index/css/list-style.css
  2. 0 0
      hhh_index/css/list-style.css.map
  3. 6 0
      hhh_index/css/list-style.scss

+ 6 - 0
hhh_index/css/list-style.css

@@ -622,6 +622,12 @@ body {
   width: 20px;
 }
 
+#navbar {
+  position: sticky;
+  top: 0;
+  z-index: 1000;
+}
+
 .navbar {
   box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
   -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);

File diff suppressed because it is too large
+ 0 - 0
hhh_index/css/list-style.css.map


+ 6 - 0
hhh_index/css/list-style.scss

@@ -784,6 +784,12 @@ body {
   }
 }
 
+#navbar {
+  position: sticky;
+  top: 0;
+  z-index: 1000;
+}
+
 .navbar {
   box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
   -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),

Some files were not shown because too many files changed in this diff