vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Optimize for resource header #267

Closed kstan79 closed 1 month ago

kstan79 commented 1 month ago

I'm trying to implement resource calendar by daily in vue. Can you point me any easy wait to remain header/alldays always stick on top? cause user always need scroll down quite annoying since we can't reduce avalable slot

kstan79 commented 1 month ago

i manage to solve it will tailwind class:

.ec-header{
    @apply  sticky top-0 bg-white z-10
}