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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -