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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -