mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
refactor(图表): 禁用图表数据编辑区域的横向滚动手势
This commit is contained in:
@@ -4395,6 +4395,9 @@ span {
|
||||
:deep(.is-horizontal) {
|
||||
display: none !important;
|
||||
}
|
||||
:deep(.ed-scrollbar__wrap) {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse-title {
|
||||
|
||||
Reference in New Issue
Block a user