wintercms / wn-builder-plugin

GUI for building plugins in Winter CMS
MIT License
34 stars 12 forks source link

The "start creating a plugin" modal's iconpicker select2 is hidden behind the modal #66

Open nmiyazaki-chapleau opened 1 month ago

nmiyazaki-chapleau commented 1 month ago

On the Builder page, clicking on "start creating a plugin" and trying to uyse the icon picker will reveal the select2 field, but it will appear behind the modal and the page's "shadow" effect. Setting the generated select2 container's z-index to 5070 or above puts it back on top of the modal (because the modal is set to a z-index of 5070). image image

LukeTowers commented 1 month ago

This could also just be switched to use the IconPicker FormWidget built into the Winter core now, but I agree that the z-index issue should be fixed. Could you submit a PR to fix that @nmiyazaki-chapleau?