Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
scroll not working in chrome with ViewPort even if you specify scrollable:true
after upgrading to ext js 6, scroll is not available in the browser. the issue only found in the chrome.
It seems like in other browsers(firefox and ie 11) whenever we specify scrollable:true it adds a style to the html
<html class="x-viewport" style="overflow: auto;" id="ext-element-2"><head>
and this is not happening with chrome.
As a hack, we override the .x-viewport, .x-viewport {} css class.
Please let me know if there is any other possible solutions or hack?
Thanks
-
Thanks for the report and workaround. Can you please post an example of what you are seeing so we can get this addressed?
https://fiddle.sencha.com/#home