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

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -