Currently, I am utilizing Ant Design in my project and encountering an issue with a Select
component. The Select
is positioned to the right side of the screen and contains labels that are quite long. This causes the dropdown to overflow and a scrollbar to appear. Ideally, I would like the dropdown to anchor to the right-hand side of the Select
button to accommodate the long labels without causing overflow. Unfortunately, Antd does not provide an API for this customization and I am unsure which CSS property to modify to achieve the desired outcome. Here is an example Sandbox for reference: Example Sandbox.