17.07.2017, 07:51
If you need iframe only to display information, you can try adding this to Custom CSS:
This will not hide the scrollbar but will disable any interaction with your iframe.
Code:
iframe { pointer-events: none !important; }
This will not hide the scrollbar but will disable any interaction with your iframe.