Problem Fieldset label not visible with Sencha ExtJs 7.x on chrome 87.0.4280.67
问题 I have a problem with chrome 87.0.4280.67 and Sencha ExtJs 7.x, after chrome update Fieldset label are not visible. I can see the problem in the official kitchensink examples: https://examples.sencha.com/extjs/7.2.0/examples/kitchensink/?classic#form-fieldcontainer Thanks in advance Leo 回答1: According to Sencha Support, the best solution is: .x-fieldset-header, .x-fieldset-header-default > .x-fieldset-header-text { position: initial; } .x-fieldset-header, .x-fieldset-header-default .x-tool