Forums Window

No scrolling in URLWindow?

Subscribe to No scrolling in URLWindow? 3 post(s), 2 voice(s)

 
Avatar pylon 15 post(s)

Is there a way to make it so that scroll bars don’t show up in a URLWindow?

 
Avatar Weazil 19 post(s)

if you use window I can’t get a scroll bar to show up so it might worth trying window instead of urlwindow.

 
Avatar Weazil 19 post(s)

// old
.ui-window .content { overflow: hidden !important;
}
// new
.noscroll { overflow: hidden !important;
}

figured out i had some css in there that was causing the issues. I renamed it to noscroll and can turn it on and off with a class name

Forums Window