Overflow problems

I have a problem with overflowing content, I have specific elements that I want to overflow but don’t want it to be visible.

I keep getting scroll bars even when I set the overflow to hidden on the element, the container, the section or ever the app project itself.

Can’t find a way to get rid of the horizontal scroll bars.

Hello,
It’s hard to answer without a link to your page.

How do I get a link to share the project?

Well, upload your page to some publicly accessible server where we can access it and preview it in a browser.

I managed to fix the problem, seems like it was because I had to set a realtive position to a parent container in order for the overflow to work, thanks anyway