Off Canvas like Bob Ross

Why is overflow off not working here?

I’m looking to add two flares to this page, one in the top left and the other in the top right. The top left works just fine and doesn’t cause a horizontal scrollbar. However, the top right does. It is in a div=relative with the image=absolute, overflow=hidden.

Why does it cause horizontal page scroll?

You guys are the best.

Kev


Here is my site Read-Only

Hi kevin,

You want your section to be overflow hidden. This will make sure that the section doesn’t show any (parts) of objects that are outside of its own border.

The horizontal scroll is only there because there is actually an object.

Setting your section to overflow hidden will fix your problem :slight_smile:

Cheers,

Max Zijlstra

@MaxZijlstra Thank you! Worked perfectly.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.