vue2-scrollbar icon indicating copy to clipboard operation
vue2-scrollbar copied to clipboard

how to hide the bar?

Open liu-xinhui opened this issue 6 years ago • 2 comments

I only want to scroll,not want see the scrollbar

liu-xinhui avatar Aug 29 '17 09:08 liu-xinhui

Hi @liunewshine, How about css display none?

BosNaufal avatar Aug 29 '17 23:08 BosNaufal

You don't need to import this to hide it. Simply:

body::-webkit-scrollbar { 
    display: none; 
}

josantana avatar Jan 21 '18 15:01 josantana