I recently came across an interesting Fiddle that featured a Month and Year picker for apps. After finding this Fiddle here, I noticed that it was built using Extjs 5.0, and it worked perfectly. However, when attempting to switch it to version 4.2.1, the last row of both Months (June, Dec) and Years (2015, 2020) disappeared. This issue persisted even when reverting back to the Extjs 5.0 version.
What adjustments should I make in order to bring back those rows? I attempted altering the dimensions of .x-monthpicker-body without much success.