vue-custom-scrollbar icon indicating copy to clipboard operation
vue-custom-scrollbar copied to clipboard

How to add this component to <body> tag ?

Open SvenBudak opened this issue 6 years ago • 1 comments

Hi! i tryed to use this in app.vue to replace the ugly browser native scrolling for the whole website... i add height: 100vh to ps-container... and yeah... thats it, its working... But now are the native hash scrollings are not working any more. I talk about links they scroll to any id's

is there any way to solve this?

SvenBudak avatar Nov 28 '19 14:11 SvenBudak

try use https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView

Binaryify avatar Oct 05 '20 14:10 Binaryify