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
When a dropdown is rendered inside a dialog element and the append-to prop is set to a selector referencing the dialog, its position is calculated incorrectly. This issue only occurs when the dropdown does not have a fixed width; with a fixed width, the problem does not appear. Also if you scroll the dropdown the position is recalculated correctly
Version
Description
When a dropdown is rendered inside a
dialog
element and theappend-to prop
is set to a selector referencing the dialog, its position is calculated incorrectly. This issue only occurs when the dropdown does not have a fixed width; with a fixed width, the problem does not appear. Also if you scroll the dropdown the position is recalculated correctlyDemo
https://jsfiddle.net/4Lqpv3x1/55/
The text was updated successfully, but these errors were encountered: