soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
315 stars 31 forks source link

Overflow issues with absolute position elements #3524

Open danieljancski opened 3 months ago

danieljancski commented 3 months ago

When creating an absolutely positioned element in the builder, which I'd like to overflow the the section below (normally setting the overflow-y to visible), the builder acts like I set the overflow to scroll. Same on my install and in the sandbox.

Steps:

  1. Create a section, set it's position to relative
  2. Put a div into it, set the position to absolute
  3. Set the div height to be bigger than the section's height
  4. Set the section (in the custom CSS module) to:
    overflow-y: visible;
    overflow-x: hidden;
  5. The section acts like it's overflow attribute has been set to scroll