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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

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