Paul-DS / bootstrap-year-calendar

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

Year neighbors not hiding when using reduced containers. #191

Open CJohnnyB opened 6 years ago

CJohnnyB commented 6 years ago

The year neighbors are using the hidden-xs and hidden-sm styles, which only works using the window width as parameter, but don't respect the container width as the calendar containers do. When I contain the year-calendar within a small vertical div, the months show great, they are stacked vertically within the container div, but the year selector still shows 5 elements (two previous, current year and next two), forcing an horizontal scroll.

Is this a correct and designed behavior?