soflyy / oxygen-bugs-and-features

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

Shape dividers flash on page load #2355

Open sunnyt7 opened 2 years ago

sunnyt7 commented 2 years ago

If you had a shape divider to a section, it will briefly flash on page load - which obviously isn't desirable.

This is because "position: relative; overflow: hidden;" are getting dynamically added to the section via JS.

If in Oxygen you select the section with the shape divider and add "position: relative" manually, you won't get the flash anymore, as those properties get cached in the CSS file.

This is a very easy workaround, but I feel like this should be handled better in Oxygen by default.

perrelet commented 2 years ago

+1