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
如题。
拉取最新代码并构建后发现代码块在hover与正常情况下的滚动条样式冲突
正常情况下:
hover时:
通过查阅 daisyui v4.12.8的改动得知,daisyui 添加了在所有元素hover时滚动条的样式,如下图
修改 src/styles/tailwindcss.css 中的第47行,如下图所示 结果:
见描述
no need.
npm
The text was updated successfully, but these errors were encountered:
Thanks
Sorry, something went wrong.
3fa97c3
fix: scrollbar color, fixes #390
af08d7b
Signed-off-by: Innei <i@innei.in>
No branches or pull requests
Describe the bug
如题。
拉取最新代码并构建后发现代码块在hover与正常情况下的滚动条样式冲突
正常情况下:
hover时:
通过查阅 daisyui v4.12.8的改动得知,daisyui 添加了在所有元素hover时滚动条的样式,如下图
可能的解决方法
修改 src/styles/tailwindcss.css 中的第47行,如下图所示
结果:
Reproduction
见描述
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: