Skip to content

Commit

Permalink
tabulator: only hide table vertical overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuffad committed Jan 27, 2025
1 parent 712fb61 commit 5137ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tabulator-table/src/tabulator-table-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function getTabulatorStyles() {
}
.tabulator .tabulator-tableholder {
overflow: hidden;
overflow-y: clip;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
Expand Down

0 comments on commit 5137ec5

Please sign in to comment.