Closed mybooc closed 2 years ago
Hey @mybooc, this is caused by backdrop-filter
being applied to .accordion-item
in Quartz, creating a new stacking context.
A workaround for you could be something like:
.accordion-item:first-child {
position: relative;
z-index: 5;
}
Your workaround does the trick, thank you very much!
Thank you for Bootswatch. Problem is that with Quartz the dropdown menu is not on top with Chromium 102.0.5005.115, but it is with Firefox 101.0.1, on Ubuntu 20.04. With other themes there is no problem and the menu is on top with Chromium.
Below is an example. It uses the Bootstrap 5 accordion example. I replaced the accordion header. Maybe there are more use cases.
`
.accordion-body
, though the transition does limit overflow..accordion-body
, though the transition does limit overflow..accordion-body
, though the transition does limit overflow.