Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
293 stars 243 forks source link

Fluid grid problem (Responsive) #156

Open ikibiki opened 7 years ago

ikibiki commented 7 years ago

It shows vertical scrollbars on big screens. untitled

pBauma commented 7 years ago

Have you found a solution for your problem? I have a similiar issue see #171.

ikibiki commented 7 years ago

Yes. Fixed it by adding this code. .month-container{ height: 250px !important; } .months-container{ height: 100% !important; }