Hello,
We are using Extjs 6.0.1 on a project I am currently working on and In a nested panel using the "fit" layout the inner contents are getting shoved down causing a scrollbar to become necessary, due to the machine loading the page having a touchscreen. This issue does not occur if a touchscreen isn't present. After determining that, we decided to attempt to override Ext.feature.detect() to prevent Extjs from detecting a touchscreen. However this failed in the override folder because the resident Extjs expert believes that the check is done earlier than overrides are applied. We then directly edited the feature.js file with the fix. However this is not getting picked up by Extjs when the project is built. Any ideas on how to fix this issue? Let me know if any other information is needed, I'm not used to posting on forums for assistance.
Thanks.