Are there any alternatives for browsers that don't support CSS overflow? I am working on a new layout that heavily relies on the overflow property, however it seems like android browsers do not handle it well and as a result, my layout is broken. I am already using jQuery, so adding some extra code there shouldn't be a problem. I am just curious if there is a standard way to replicate the same effect.
To provide more context, I have a carousel with a wide width where I need it to cut off at the end of the page horizontally. It functions correctly in most cases except for android browsers.
Any suggestions or solutions?