1002884655 3 年 前
コミット
5a02814b77
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/index/findHouseFromMap/index.scss

+ 1
- 1
src/pages/index/findHouseFromMap/index.scss ファイルの表示

55
     width: 100%;
55
     width: 100%;
56
     transition: all 0.3s ease-out;
56
     transition: all 0.3s ease-out;
57
     -webkit-transition: all 0.3s ease-out;
57
     -webkit-transition: all 0.3s ease-out;
58
-    min-height: 120px;
58
+    height: 120px;
59
     &.active {
59
     &.active {
60
       height: 784px;
60
       height: 784px;
61
     }
61
     }