Scroll Bars Not Displaying in Google Chrome

I create a website for a client. There is an ipad in the design and the content will be displayed inside the screen. This was very good until they asked me to change it, since the CSS overflow property does not work very well on ipads (I was told this).

Dynamically change content. After a minute or so, I display a div with lots of text. Scroll bars are not displayed, so the user will not be able to move.No scrollbars on google chrome

After pressing F12, the console appears, and if I press it again, the console hides and scroll bars appear.

This is html

http://pastebin.com/9PkyeaVr

CSS

http://pastebin.com/e0YMfxLM

I tried to set the overflow properties on the css sheet, and also when a div appears with questions.

vb.net . jQuery DOM.

!... , , - , : ; ipad. - , , 3 , .

btw, ;)

enter image description here

, IE, Firefox. Chrome Safari .

+3
2

( , ....)

==

jQuery('body').css('height', jQuery('#contenedorPrincipal').css('height'))
+1

: CSS iOS, , -webkit-overflow-scrolling: touch .

+2

All Articles