fix(tab): hide scrollbar (#3072)

fix #2935
This commit is contained in:
rex 2020-04-26 16:10:16 +08:00 committed by GitHub
parent 074d49c28f
commit 7d0feac93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,10 @@
&--card {
.theme(margin, '0 @padding-md');
}
&::-webkit-scrollbar {
display: none;
}
}
&__nav {