Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

Responsive Design? #4

Closed anlek closed 8 years ago

anlek commented 8 years ago

Any plans to make the calendar responsive? I'm trying to make it work on mobile. (similar to: http://fullcalendar.io/js/fullcalendar-2.9.1/demos/agenda-views.html)

anlek commented 8 years ago

Quick fix for me was to do this with CSS:

  .comp-full-calendar{
    width: auto !important;
  }

It's not perfect but it works for now.

Wanderxx commented 8 years ago

Currently this component is designed only for pc part, I may make it more responsive later. Anyway, thanks for your contribution.

Wanderxx commented 8 years ago

Hey Anlek,

I just added some css to make it responsive. Feel free to check out