Hi there, I am new to HTML and need your help.
I used Sencha Touch Horizontal carousel and since there was long text in few cards I gave scroll: 'vertical' like below :
var carousel1 = new Ext.Carousel({
activeItem: 0,
indicator: true,
scroll: 'vertical',
Though "scroll: 'vertical' " has enabled vertical scrolling but it is not showing the remaining text on scroll. It seems to me that its masking the text or something like that.Can you please help me that why the entire text is not visible.
Thanks in advance!!