CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

background rendering dates #29

Closed dzafer closed 7 years ago

dzafer commented 7 years ago

Hi there,

I have a display issue using background rendering. The colour is overlapping on some dates and also starting at +- 30% of the cell A mouse click on a specific date is also selecting two contiguous cells

Thank you for your help

 config: {
          header: {
            left: '',
            center: 'title',
            right: 'prev,next today'
          },
          height: 550,
          timeFormat: 'HH:mm',
          firstDay: 1,
          navLinks: false,
          editable: false,
          defaultView: 'month',
          overlap: false,
          viewRender: this.calViewRender
        },

"loop ..."
vLeave.push({
   start: datePush,
   color: 'red', 
   rendering: 'background',
   allDay: true
  })
dzafer commented 7 years ago

Sorry, it's my fault, css issue between the page and the calendar! Fixed.