Is it possible to hide the scrollbar when static, but show when scrolling?
I tried the following css based on this post, but the scrollbar doesn't show up during scrolling.
::-webkit-scrollbar { 
  display: none; 
}
There is another post achieving similar feature on Firefox, but not Chromium.
It would be best if this feature can be achieved by css.
 
     
    