Bläddra i källkod

update navbar

SyuanYu 2 år sedan
förälder
incheckning
a64222f330
3 ändrade filer med 12 tillägg och 0 borttagningar
  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);

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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),

Vissa filer visades inte eftersom för många filer har ändrats