ソースを参照

fix fixed header transition (#1605)

柴茂源 7 年 前
コミット
55946fb2cc
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/layouts/Header.less

+ 1 - 0
src/layouts/Header.less

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