I’m working on project with heavy usage of ExtJS lib and so far as i’m not really good in pure CSS crossbrowser layout developing, i decide to use ExtJS layouts for robust markup prototyping. There is only one problem — i can’t figure out how to make my pages scrollable, like in traditional sites. ExtJS just clips any content overflowing browser viewport, “autoScroll: true” makes no effect.
Share
It depends on your layout… A
viewportshould only contain one element and will also ignore scrollable settings. That’s because the viewport use thefitlayout by default. Give the scrollable setting to one item of the viewport that will contain all your content and remember, this one cannot be of the layout type fit.