Skip to content

Commit e4674d7

Browse files
committed
fix(DataSource): Hide the horizontal scroll bar when adding a data table to the Excel data source
1 parent 385ab9b commit e4674d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/ds/DatasourceForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ defineExpose({
912912
.container {
913913
border: 1px solid #dee0e3;
914914
border-radius: 4px;
915-
overflow-y: auto;
915+
overflow: hidden;
916916
917917
.select-all {
918918
background: #f5f6f7;

0 commit comments

Comments
 (0)