Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the boolean-field-component relative positioned #338

Closed
wants to merge 1 commit into from
Closed

Make the boolean-field-component relative positioned #338

wants to merge 1 commit into from

Conversation

micstra
Copy link

@micstra micstra commented Nov 24, 2020

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: #337

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.
@Jotschi Jotschi requested review from pschulzk and removed request for pschulzk November 24, 2020 11:28
@Jotschi
Copy link
Contributor

Jotschi commented Nov 30, 2020

@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.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Right-Panel is overflowing during form-edit
2 participants