You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the DBAccordion plus multiple DBAccordionItems. In the DBAccordionItems I implemented a component with a dropdown. The animation of the "@media screen and (prefers-reduced-motion: no-preference) {
.db-accordion-item[open] summary + div" does prevent the dropdown to be on top of the other elements. Deactivating the animation makes it possible to interact with the dropdown.
Expected Behaviour
I expect no interference of an animation with z-index or whatever causes the interference with the dropdown.
Screenshots
Browser version
Chrome
Add any other context about the problem here.
No response
The text was updated successfully, but these errors were encountered:
Which generators are impacted?
Reproduction case
I implemented the DBAccordion plus multiple DBAccordionItems. In the DBAccordionItems I implemented a component with a dropdown. The animation of the "@media screen and (prefers-reduced-motion: no-preference) {
.db-accordion-item[open] summary + div" does prevent the dropdown to be on top of the other elements. Deactivating the animation makes it possible to interact with the dropdown.
Expected Behaviour
I expect no interference of an animation with z-index or whatever causes the interference with the dropdown.
Screenshots
Browser version
Chrome
Add any other context about the problem here.
No response
The text was updated successfully, but these errors were encountered: