Skip to content

v1.0.11 — no scrollbars + Divi UI overrides win

Choose a tag to compare

@jcasey76 jcasey76 released this 21 May 15:15
· 21 commits to main since this release

Two fixes:

1. No scrollbars in the popup

`overflow-y: auto` on the overlay and container is gone — replaced with `overflow: hidden`. Images, `` elements, and `

Trade-off: text-heavy content that exceeds the viewport will clip rather than scroll. Design your popup content to fit the viewport.

2. Divi UI overrides now win in edge-to-edge mode

Edge-to-edge mode's CSS selectors are wrapped in `:where()`, which drops their specificity to `0,1,0` — tied with Divi's per-element generated CSS (e.g. `.et_pb_section_9 { padding-top: 50px }`). Divi prints per-element rules after our stylesheet, so anything set explicitly in Divi UI (Section → Design → Spacing → Padding, Row → Sizing → Custom Width, etc.) now wins over the plugin's reset.

Workflow: turn edge-to-edge mode on for a sensible flush default. Want some padding on your section? Open the section in Divi Builder → Design → Spacing → Padding → set it. Your value wins.