Show hidden scrollbar
Posted
by ceebecee
on Stack Overflow
See other posts from Stack Overflow
or by ceebecee
Published on 2010-06-03T11:42:50Z
Indexed on
2010/06/03
11:44 UTC
Read the original article
Hit count: 249
JavaScript
A client is opening our website into a popup window using JavaScript with window.open. They are turning off scrollbars and making the window a fixed height, causing the pages to not be scrollable. I control the code of the website being loaded this way, but not the calling JavaScript. Is there any way I can force the display of scrollbars?
© Stack Overflow or respective owner