forked from github/dataease
refactor(图表): 禁用图表数据编辑区域的横向滚动手势
This commit is contained in:
parent
6ca86496e4
commit
17ec0b9f43
@ -4395,6 +4395,9 @@ span {
|
|||||||
:deep(.is-horizontal) {
|
:deep(.is-horizontal) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
:deep(.ed-scrollbar__wrap) {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapse-title {
|
.collapse-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user