I would love to have an option for having the dropdown be centred to the toggle.
I know this can be achieved with a bit of CSS:
.x-dropdown {
left: auto !important;
right: auto !important;
}
However, ideally we would be able to set it to prefer centred, but push left or right (and above or below) based on the position in the viewport (or container) so that it is always visible.
Thanks!