Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
2 Points
2 Posts
Sep 03, 2008 05:04 AM|LINK
The reason is not know for infinite scrolling. but i resolved it through javascript.
when pop up is opened
use - document.body.style.overflow = 'hidden'; then on closing popup
document.body.style.overflow = 'auto';
it first hides the scrolls and then agin shows it.
Amanpreet.Si...
Member
2 Points
2 Posts
Re: Ajax Modal popup Extender - Infinite Scroll bar
Sep 03, 2008 05:04 AM|LINK
The reason is not know for infinite scrolling. but i resolved it through javascript.
when pop up is opened
use -
document.body.style.overflow = 'hidden';
then on closing popup
document.body.style.overflow = 'auto';
it first hides the scrolls and then agin shows it.