GeoffZhu / vue-event-calendar

A simple events calendar for Vue2, no dependencies except Vue2.
http://geoffzhu.cn/vue-event-calendar/
635 stars 228 forks source link

how to resolve too many tasks in the same day #28

Closed chouchou723 closed 7 years ago

chouchou723 commented 7 years ago

how to resolve too many tasks in the same day? like one day,i have ten tasks ,but if i use overflow, the scroll-bar is too urgly

GeoffZhu commented 7 years ago

rewrite css in dist folder is the best way. For example, I change the layout like this, in my project image @chouchou723