javascript - Scroll within Modal -


I have a model with content on my site. However, I have seen on a mobile phone that I can not scroll inside the content, it is not 'fixed' with a scrollbar.

My JSFild is here: From here you can see my CSS and JavaScript. I've attached my CSS too below:

  / * line 863, ../sass/_layout.scss * / html.cinema- viewer {overflow: hidden! Important; } / * Line 871, ../sass/_layout.scss * / # cinema-overlay {background-color: RGBA (0, 0, 0, 0.95); Width: 100%; Height: 100%; Status: fixed; Top: 0; Left: 0; Z-index: 99 999! Important; Hidden flurry; -webkit-user-select: none; Select -mose-user: none; Select user: none; }  

Many thanks for any help :)

Try adding

  #cinema-overlay {overflow-wi: scroll; Status: Completed; }  

and remove

  overflow: hidden  

from the same element


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -