滚动条直接隐藏
parent
d31ec1287b
commit
1371b03556
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytedo/wcui",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"type": "module",
|
||||
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
|
||||
"scripts": {
|
||||
|
|
|
@ -24,8 +24,13 @@
|
|||
|
||||
.wrapper {
|
||||
overflow: auto;
|
||||
scrollbar-width: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue