hasyrails / calendar-vue-original

0 stars 0 forks source link

72_style_adjustment_and_refactoring / スタイル調整・リファクタリング #150

Closed hasyrails closed 3 years ago

hasyrails commented 3 years ago

スタイル調整

ガントチャートスクロール挙動修正

リファクタリング

devidedSchedulesが要らなくなったので消去

hasyrails commented 3 years ago

ガントチャートスクロール挙動修正

  • datePickerコンポーネントでジャンプした時、縦のスクロールも入る → 修正

.calendar-areaの

overflow-x: scroll;

をコメントアウトしたら横のみのスクロールに修正成功