body,html{
  
  width: auto;
  max-width: 650px;
  position: relative;
  margin: auto;
  
}

#sidebar_wrap{
  
  float: left;
  width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;

}

.panel-left-menu-fon {
  
  background-color: white;
  padding: 10px;

}