Closed xralf closed 4 months ago
thanks @xralf - coincidentally we just made a change to raise the dropdown z-index to 1000
to debug a similar issue with another wordpress theme.
that doesn't seem to be working in this case. the best i can do i think is add some CSS to the theme:
body.tsml-ui .fusion-row,
body.tsml-ui .fusion-row .fusion-fullwidth,
body.tsml-ui .fusion-footer .awb-menu__main-li > * {
z-index: unset !important;
}
i'm not sure quite why 1000 is not greater than auto or 10 which are the values i'm seeing of these elements, but this does appear to fix it
if anyone has an idea on how to prevent this, rather than applying a bandaid to the site, lmk
Oh, that's awesome @joshreisner. Thank you for fixing it in light speed! Great to know where the repo for this app is and that a few folks are contributing to it. I wish I was a Node expert. Good stuff!
(This bug may just appear if people scroll up and down on the page to reach the footer area.)
See screenshot after trying to select a meeting for a second time.
Thanks so much for creating/maintaining this Meeting Finder!!!