unocss-preset-scrollbar
unocss-preset-scrollbar copied to clipboard
Hope to provide a property to set scrollbar display absolutely on the container, not resize the containers width or height.
nuxt3使用,效果是有了,会报一个警告
1. 按照文档安装依赖 2. uno.config.ts ``` ts import { defineConfig, presetUno, presetIcons, transformerDirectives, } from 'unocss'; import { presetScrollbar } from 'unocss-preset-scrollbar'; export default defineConfig({ content: { filesystem: ['./src/**/*.{html,js,ts,jsx,tsx}'], }, presets:...