I'm attempting to update the layout of to resemble .
To achieve this, I've created a page with an iframe. However, I'm facing an issue with the iframe scroll function, as it does not match the desired design.
I've experimented with the scrolling="no" attribute, but it completely disables scrolling.
Is there a way to keep the content inside the iframe scrollable while hiding the scroll bar? I would appreciate any advice on how to accomplish this.