Ver Fonte

update navbar

SyuanYu há 2 anos atrás
pai
commit
a64222f330

+ 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);

Diff do ficheiro suprimidas por serem muito extensas
+ 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),

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff