Closed Haprog closed 7 months ago
In both fds-combobox and fds-dropdown the options-list element is rendered behind other following components that have position: relative.
fds-combobox
fds-dropdown
options-list
position: relative
To fix this, the options-list should have at least z-index: 1 or larger.
z-index: 1
In both
fds-combobox
andfds-dropdown
theoptions-list
element is rendered behind other following components that haveposition: relative
.To fix this, the options-list should have at least
z-index: 1
or larger.