html - Double vertical scroll bar on overflow-x:hidden -


after lot of searching, came question this. due large code, becoming headache identify part of page causing overflow. used:

html, body{     overflow-x:hidden;    height:100%;   } 

i used alternative way, create wrapper div outiside body tag , applied overflow-x:hidden property none of these seem fix 'double vertical scroll bar issue'.

hey think solution, if still looking it,

  html, body{             overflow-x: hidden;       max-width: 100%;        height: auto;        }

instead of writing height:100% have specified. hope helps!


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -