• Resolved khrisme

    (@khrisme)


    Hi there,

    First of all many thanks for te great plugn!

    Is it possible to change the height of the calendar to avoid those multible scroll bars, please?
    Screenshot abot the scrollbars I would like to avoid:
    https://postimg.cc/4nmLn8rz

    Kind regards!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ben

    (@benheu)

    Well definitely you can do that with CSS for sure. Now those scrollbars were needed when you have a lot of slots in one day, otherwise you cannot navigate properly from one week to another.

    Something like this will do :

    .wap-front .wrap-calendar.step-BookingCalendar .slotsPane{
     max-height: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change height of the calendar’ is closed to new replies.