We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcacb8 commit 00fbbfeCopy full SHA for 00fbbfe
src/packages/ohyeah/ohyeah.vue
@@ -551,16 +551,17 @@ export default {
551
}
552
553
/* 移动端时生效 解决安卓默认不显示dom滚动条 */
554
- &.isMobile {
555
- &::-webkit-scrollbar {
556
- width: 2px;
557
- height: 2px;
558
- background-color: transparent;
559
- }
560
- &::-webkit-scrollbar-thumb {
561
- background-color: #7f7f7f;
562
563
+ // 算了,自定义的滚动条不好看,还不如没有
+ // &.isMobile {
+ // &::-webkit-scrollbar {
+ // width: 2px;
+ // height: 2px;
+ // background-color: transparent;
+ // }
+ // &::-webkit-scrollbar-thumb {
+ // background-color: #7f7f7f;
564
565
566
&.isSmooth {
567
scroll-behavior: smooth;
0 commit comments