Hi there,
in my webpage i have a button that open a ModalPopupExtender.. and it works well... the same page when i use mobile phone.. i cant see all popuppanel because i dont have a scrollbar... the same html code.. (asp:panel, div, etc etc) without ModalPopupExtender but static it works good on mobile device with scrollbars...
I just created a exampe page.. here link webpage http://hub.flootta.com/test/test_html.aspx
the DIV yellow is static and if u can resize your browser... the scrollbars browser appears automatically in correspondence with the width of the yellow div...
the SAME DIV (color red) appears when you click on button 'OPEN PANEL - ModalPopupExtender' via ajaxToolkit ModalPopupExtender ...
BUT if u can resize your browser... the scrollbars browser dosent appears ....
can u help me??
thanks Nicola
![Image](http://www.nicolabrunelli.com/tmp/panel_scroll.jpg)
Comments: This behavior is expected as ModalPopup is rendered as an element with the fixed position. However, you can set the ModalPopup size small enough to fit it into the screen boundaries on sorting the content using the "overflow: scroll" property. You can find more information at http://stackoverflow.com/q/16094785/644496
in my webpage i have a button that open a ModalPopupExtender.. and it works well... the same page when i use mobile phone.. i cant see all popuppanel because i dont have a scrollbar... the same html code.. (asp:panel, div, etc etc) without ModalPopupExtender but static it works good on mobile device with scrollbars...
I just created a exampe page.. here link webpage http://hub.flootta.com/test/test_html.aspx
the DIV yellow is static and if u can resize your browser... the scrollbars browser appears automatically in correspondence with the width of the yellow div...
the SAME DIV (color red) appears when you click on button 'OPEN PANEL - ModalPopupExtender' via ajaxToolkit ModalPopupExtender ...
BUT if u can resize your browser... the scrollbars browser dosent appears ....
can u help me??
thanks Nicola
![Image](http://www.nicolabrunelli.com/tmp/panel_scroll.jpg)
Comments: This behavior is expected as ModalPopup is rendered as an element with the fixed position. However, you can set the ModalPopup size small enough to fit it into the screen boundaries on sorting the content using the "overflow: scroll" property. You can find more information at http://stackoverflow.com/q/16094785/644496