I am building a timepicker/timeroller using react-slick (unsual, I know).
I am struggling to increase height of slides, so that I can have more space to work with on mask area (place where grey hours and minutes titles are)
Here is what I got so far (dont mind terrible react code, focus on CSS):
https://codesandbox.io/s/react-slick-forked-ozdol
Here is what am I aiming for:
Seems like the problem is with setting the height of each slide, but I am unable to get it right, looks like Slick always calculates the height automatically.