Scroll Area
-
How we can use scrollArea inside body? Anyone explain with an example?
-
With “body” do you mean the html
<body>
element?
I guess you want to have a custom scrollbar on your content, but could you provide some code or screenshots where it should belong?
Basically, you just wrap you content with a scroll area and that’s it. But you can not directly wrap your body because Vue.js needs at least one div it can mount to recognize custom elements. -
you can see this link: => https://miniokul.com
-
@volkansag And which part should be wrapped in a scroll area? The right side? Then just wrap your
<router-view>
with a<scroll-area>