body{
    overflow-y:scroll !important;
}
.nosel{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}