Skip to content

Commit

Permalink
fix(field-property-editor): add max-height and add overflow-y: auto f…
Browse files Browse the repository at this point in the history
…or field-property-editor-panel #WIK-16855 (#180)
  • Loading branch information
pubuzhixing8 authored Dec 10, 2024
1 parent ae9f2c8 commit d6571ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.ai-table-field-property-editor-panel {
height: auto;
max-height: 80vh;
.thy-popover-container {
overflow-y: auto;
}
}
2 changes: 2 additions & 0 deletions packages/grid/src/services/field.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export class AITableGridFieldService {
placement: 'bottomLeft',
manualClosure: true,
originActiveClass: undefined,
height: 'auto',
panelClass: 'ai-table-field-property-editor-panel',
initialState: {
aiTable,
aiEditField: field,
Expand Down

0 comments on commit d6571ff

Please sign in to comment.