Przeglądaj źródła

fix fixed header transition (#1605)

柴茂源 7 lat temu
rodzic
commit
55946fb2cc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/layouts/Header.less

+ 1 - 0
src/layouts/Header.less

@@ -3,4 +3,5 @@
   top: 0;
   width: 100%;
   z-index: 9;
+  transition: width 0.2s;
 }