unocss-preset-scrollbar icon indicating copy to clipboard operation
unocss-preset-scrollbar copied to clipboard

Results 3 unocss-preset-scrollbar issues
Sort by recently updated
recently updated
newest added

Hope to provide a property to set scrollbar display absolutely on the container, not resize the containers width or height.

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:...