I have 3 Dropdowns in a row set by Flex. Only the last Dropdown fills correctly 100% screen width. The others are offset by the width of the previous toggle. First time trying the inline fixed feature, rather than setting inset directly. Any suggestions?
I have updated the dropdowns, removing the inline fixed 100% width and adding:
$el.x-dropdown {
inset-inline-start: auto !important;
inset-inline-end: auto !important;
}
This now works well. However, I would prefer to use the cornerstone feature. Please test with the inline fixed on the header dropdowns
Hey Thomas,
Thanks for writing in! I encounter the same issue on my local test server. It is best to use the CSS code for the time being.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.