/*
 * Blog posts pin their call-to-action with `position: sticky`, which is
 * cancelled by an ancestor that establishes a scroll container. Divi sets
 * `overflow` on #page-container, so the theme cleared it from JavaScript on
 * single posts; the same is expressed here as CSS.
 */
html:has(body.single-post),
body.single-post,
body.single-post #page-container {
  overflow: inherit !important;
}
