Closed accordeon creates layer overlapping text below
-
Hello,
When I add an accordion, the links in the text below are not clickable. The hidden accordion content overlaps the text below.
This is easily worked around by adding CSS:
body:not(.wp-admin) .ugb-accordion:not(.ugb-accordion--open) .ugb-accordion__text { overflow: hidden; }
Can this be fixed in the plugin’s front-end CSS?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Closed accordeon creates layer overlapping text below’ is closed to new replies.