How can I disable the height of the container?

71 views
Skip to first unread message

Freelance.jmr

unread,
Jun 18, 2011, 5:57:27 PM6/18/11
to jquery week calendar
Hi everyone!!

How can I disable the height of the container?, I just want it to be
the entire page scrollable, not just the container, can that be done?

Thanks

Michael Schreiber

unread,
Mar 7, 2013, 8:53:39 AM3/7/13
to jquery-wee...@googlegroups.com
Hi,
having the same problem, did you find a solution to get the calender to display without scrollbars?

Michael

andrew nelson

unread,
Apr 3, 2013, 10:50:05 AM4/3/13
to jquery-wee...@googlegroups.com
All that needs to be done is overriding the css classes with this (preferably in a new css file):
.wc-scrollable-grid{
    display:block;
}

.wc-time-slots{
    position: relative;
}

Also, make sure that you don't declare a height function.

Thanks,
Andrew Nelson
Reply all
Reply to author
Forward
0 new messages