.yss_contents{
  position:fixed;
  width:100%;
  top:0;
  right:-100%;
  z-index:999;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}
