Skip to content

Commit 00fbbfe

Browse files
committed
update
1 parent cfcacb8 commit 00fbbfe

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/packages/ohyeah/ohyeah.vue

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -551,16 +551,17 @@ export default {
551551
}
552552
}
553553
/* 移动端时生效 解决安卓默认不显示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-
}
554+
// 算了,自定义的滚动条不好看,还不如没有
555+
// &.isMobile {
556+
// &::-webkit-scrollbar {
557+
// width: 2px;
558+
// height: 2px;
559+
// background-color: transparent;
560+
// }
561+
// &::-webkit-scrollbar-thumb {
562+
// background-color: #7f7f7f;
563+
// }
564+
// }
564565
565566
&.isSmooth {
566567
scroll-behavior: smooth;

0 commit comments

Comments
 (0)