gentics / mesh-ui

Gentics Mesh UI
https://getmesh.io
Apache License 2.0
23 stars 27 forks source link

Make the boolean-field-component relative positioned #338

Closed micstra closed 2 years ago

micstra commented 3 years ago

This is necessary to provide an anchor for the gtx-checkbox. The checkbox uses an absolute-positioned input-element. If the parent element does not provide an anchor the element is anchored to the nearest non-static positioned parent. This can cause weird issues with overflows of elements.

This should resolve: https://github.com/gentics/mesh-ui/issues/337

Jotschi commented 3 years ago

@micstra Thanks for the PR. We have unfortunately no resources to review the PR at the moment. I'll let you know when / if this changes.