#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto; 
    overflow-x:hidden;
    margin-right:-30px;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* Specify the width of your pageslide here */
    max-width:320px;
    width:100%;
    padding:0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #fff;
    /*color: #FFF;*/
    /*-webkit-box-shadow: inset 0 0 5px 5px #222;*/
    /*-moz-shadow: inset 0 0 5px 5px #222;*/
    /*box-shadow: inset 0 0 5px 5px #222;*/
}