virtudraft / CrossContextsSettings

A MODX's custom plugin to manage cross contexts' settings
6 stars 4 forks source link

Overflow scroll issue #18

Closed Jako closed 3 years ago

Jako commented 5 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.

.x-window form.x-panel-body:first-of-type {
    overflow: visible !important;
}
Jako commented 3 years ago

Fixed with 1.1.0 on https://github.com/Jako/CrossContextsSettings/