We use perfect scrollbar to remove browser default scrollbar
Last updated 11 months ago
We have used global registration in whole template for perfect scrollbar.
Please refer to the official docs .
main.ts (for globally setup)
import { PerfectScrollbarPlugin } from 'vue3-perfect-scrollbar' import 'vue3-perfect-scrollbar/style.css' // for scrollbar css app.use(PerfectScrollbarPlugin)
<PerfectScrollbar style="height: 265px"> // Set height as per your content // Add long content </PerfectScrollbar>