fix
This commit is contained in:
@@ -337,7 +337,18 @@ export default defineComponent({
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE 10+ */
|
||||
/* Webkit 浏览器 */
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
background: transparent;
|
||||
}
|
||||
&::-webkit-scrollbar-horizontal {
|
||||
display: none;
|
||||
}
|
||||
> .generalDragBox{
|
||||
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user