This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Remove scroll in frame
#1
Hello,
I wanted to remove the scroll of a frame, so that it does not allow scrolling within a web, does anyone have a script ??
Reply
#2
There's no universal way to do this. Which is the source of your frame - external website or LM visualization page?
Reply
#3
(14.07.2017, 08:18)admin Wrote: There's no universal way to do this. Which is the source of your frame - external website or LM visualization page?

External web page
Reply
#4
External web page
Reply
#5
If you need iframe only to display information, you can try adding this to Custom CSS:
Code:
iframe { pointer-events: none !important; }

This will not hide the scrollbar but will disable any interaction with your iframe.
Reply


Forum Jump: