diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index ad4b8c95..f8a3da76 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -98,4 +98,11 @@ export default defineComponent({ .ds-main { overflow: auto; } +.ds-main::-webkit-scrollbar { + display: none; +} +.ds-main{ + -ms-overflow-style: none; + scrollbar-width: none; +}