css - html body extends after make element a negative position -


This is my site:

Resize the window until the responsive design is visible, And press the "right" button on top. The right sidebar disappears and appears, but when it disappears, the bar takes a position on the left: -300px, and you can scroll to the right Why will it happen? All right with the left sidebar scroll with the middle mouse button

add overflow- X: hidden; :

  @ Media screen and (max-width: 650px). Content {  

Excluding the last rule:

  @ media screen and (max-width: 650px). Content {margin: 0 auto; Width: 100%; Overflow-X: Hidden; }    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -