Paul-DS / bootstrap-year-calendar

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

every sixth tr in a month will not be displayed...why? #226

Open lucasz1991 opened 5 years ago

lucasz1991 commented 5 years ago

can anybody help me?

lucasz1991 commented 5 years ago

i fixed the problem ... the month-container had a fixed height chnged it from 200px to auto

mennolodder commented 5 years ago

I have the same problem (in an Angular Material app): image

However setting to auto does not improve it:

.month-container {
  height: auto !important;
}

image

Setting the height to 224px does make it better: image

However not perfect when all months in a row contain 5 weeks:

image

All screenshots are with firefox 62.0.3