I have a lightbox at my website. It is a shadowbox script which opens me an iframe. The iframe has it’s own scrollbars at the right. Is there any way to turn off the scrollbars from main/top window?
I have a lightbox at my website. It is a shadowbox script which opens
Share
Maybe a
overflow: visibleor aoverflow: hiddenmay work?The
overflowCSS property specifies what happens when the content inside the element overflows the element.See this MDN page for more details
UPDATE: The OP has clarified.
You should use something like this: