We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is difficult for the user to select the scrollbar
App.vue
<script> import { defineComponent } from "vue"; import { NConfigProvider } from "naive-ui"; export default defineComponent({ components: { NConfigProvider, }, setup() { const themeOverrides = { common: { scrollbarWidth: 6, scrollbarHeight: 6, scrollbarBorderRadius: 4, scrollbarBackgroundColor: "rgba(144, 147, 153, 0.3)", scrollbarTop: 0, scrollbarRigth: 0, scrollbarBottom: 0, scrollbarLeft: 0, }, }; return { themeOverrides }; }, }); </script> <template> <NConfigProvider :theme-overrides="themeOverrides" /> </template>
The text was updated successfully, but these errors were encountered:
NScrollbar is not open, if you need use please read the code yourself
Sorry, something went wrong.
我们还是可以给几个主题的定制变量的
NScrollbar is not open, if you need use please read the code yourself 我们还是可以给几个主题的定制变量的
好的
Talljack
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
It is difficult for the user to select the scrollbar
Expected API (期望的 API)
App.vue
The text was updated successfully, but these errors were encountered: