Good night.
I'm incorporating a Google Docs iframe into an HTML code I created. Once placed inside, the generic white scroll-bar always appears, ruining the aesthetics of the code.
Is there any way to fit the height of the iframe completely, without having to do it manually, or could the scroll-bar of the iframe be changed somehow to adapt it to my website?
<iframe width='100%' height='-webkit-fill-available' frameborder='0' scrolling='no' src='https://docs.google.com/document/d/e/2PACX-1vSX7J9qDjadfQ-STxDNcvSdcCjt9swwmkpjnD6NmTSokuinhZ0ey_7vY2ZK_tnar0QLJWqbrqe0_vCx/pub?embedded=true'></iframe>
Thank you very much in advance!