You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the height of the form-body is too large, the right-panel starts to overflow and adds unused space at the bottom of the container. The issue only appears if the form contains boolean fields.
Browser
Firefox 83.0 (64-bit)
The problem seems not to appear with the chrome browser.
Cause
The problem is produced by the styling of gtx-checkbox.
Right-Panel is overflowing during form-edit.
If the height of the form-body is too large, the right-panel starts to overflow and adds unused space at the bottom of the container. The issue only appears if the form contains boolean fields.
Browser
Firefox 83.0 (64-bit)
The problem seems not to appear with the chrome browser.
Cause
The problem is produced by the styling of gtx-checkbox.
The editor-body is static positioned, thus the checkbox-element is anchored outside of the editor-body causing the right-panel to overflow.
A possible fix would be adding
position: relative
to themesh-boolean-field
to provide an anchor inside the editor-body.The text was updated successfully, but these errors were encountered: