How to install Ext CSS for Ext applications only?
This is what the Ext documentation mentions for scopeResetCSS :
scopeResetCSS : Boolean True to scope the reset CSS to be just applied to Ext components. Note that this wraps root containers with an additional element. Also remember that when you turn on this option, you have to use ext-all-scoped { unless you use the bootstrap.js to load your javascript, in which case it will be handled for you.
I already set Ext.scopeResetCSS=true; , and also replaced ext-all.css with ext-all-scoped.css , but that doesn't help.
source share