Closed Jako closed 3 years ago
The form panel in the create window does not get overflow-y: scroll !important, just overflow-y: scroll. That way it is not possible to scroll inside, since this rule is working.
overflow-y: scroll !important
overflow-y: scroll
.x-window form.x-panel-body:first-of-type { overflow: visible !important; }
Fixed with 1.1.0 on https://github.com/Jako/CrossContextsSettings/
The form panel in the create window does not get
overflow-y: scroll !important
, justoverflow-y: scroll
. That way it is not possible to scroll inside, since this rule is working.