angyLe
8/18/2017 - 10:42 AM

hide scrolling but anable it by mouse wheel

hide scrolling but anable it by mouse wheel


// firefox
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

//chrom
   #monterMenu::-webkit-scrollbar{
    width:0;
    background-color:transparent;
}