]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-base/sass/src/scroll/TouchScroller.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-base / sass / src / scroll / TouchScroller.scss
CommitLineData
6527f429
DM
1// Ext.Component's innerElement doubles as the scroller's inner element.\r
2// This rule overrides the height/width: 100% set by the .x-inner rule.\r
3// This element must be allowed to expand with it's content since it is\r
4// used by the scroller to determine the scroll size.\r
5.x-scroll-scroller {\r
6 height: auto !important;\r
7 width: auto !important;\r
8 position: relative !important;\r
9}\r