vkurko/calendar

Optimize for resource header

Closed this issue · 1 comments

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

i manage to solve it will tailwind class:

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