Misaligned select options in right side panel of canvas editor
In the right side panel of the Canvas Editor, the select options are not displayed directly below the field. Instead, the options menu appears offset and is rendered toward the far left side of the page. **Steps to Reproduce:** 1. Open the Canvas Editor in Google Chrome/Chromium 149+. 2. Add or edit any Page Entity. 3. Create or select a prop with the **List** prop type. 4. Click the field to view the available select options. 5. Observe the position of the options menu. **Current Behaviour:** The select options menu is displayed far to the left of the page instead of directly below the field. ![misaligned_options](/uploads/33551e15cdfff37062a771f5f2aeb749/misaligned_options.gif){width=900 height=320} **Expected Behaviour:** The select options menu should appear directly below (or aligned with) the field. **Acceptance Criteria:** * Select options for List prop types are displayed directly below the corresponding field. * Users can select options without visual alignment issues. * The select options should correctly aligned across supported browsers, and the fix does not introduce regressions in dropdown/select behavior in other browsers.
issue