My issue involves embedding this iframe element
<iframe src="https://opendsa-server.cs.vt.edu/OpenDSA/Books/Everything/html/Write.html#recurWriteStepsCON" scrolling="no" id='frameid1' width=100% height=330px></iframe>
On smaller screens, the iframe is not fully visible due to size constraints. I am looking to only add a horizontal scroll bar without affecting the vertical one. How can I accomplish this task? Adding scrolling="no" removes both scroll bars.