Hi.
I have a masterpage where I don't want a content page to scroll. It has the following style:
My content page then has a radwindow manager within it which opens a popup. The problem is I need the popup to be able to scroll verically, but because my masterpage has scrolling hidden it doesn't show. I have tried changing the style in the content page but scrolling does not appear? Any help would be appreciated.
I have a masterpage where I don't want a content page to scroll. It has the following style:
html, body, form
{
height
:
100%
;
margin
:
0
;
padding
:
0
;
overflow
:
auto
;
overflow-x:
hidden
;
overflow-y:
hidden
;
font
:
normal
12px
/
1.5em
"Segoe UI"
,
Arial
,
sans-serif
;
}
My content page then has a radwindow manager within it which opens a popup. The problem is I need the popup to be able to scroll verically, but because my masterpage has scrolling hidden it doesn't show. I have tried changing the style in the content page but scrolling does not appear? Any help would be appreciated.