Hi, I'm trying to add a scrollbar on my text box and have used HTML code to try to do so but when I click preview on my survey, the text is cut off at 30vh and there is no scrollbar. Here is the code I'm using:
I've also tried to use this version to no avail:
< div style="max-width:100%;width:100%;height:50vh;overflow:auto;border:1px solid black;padding:2%">
Hope someone can help! Thank you