Skip to content

Commit

Permalink
Add overflow auto to table container (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
luborepka committed Aug 3, 2023
1 parent d1d9bd9 commit 84d4978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/better-table/assets/quill-better-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,7 @@ table.quill-better-table {
[contenteditable] {
outline: 0 solid transparent;
}

.quill-better-table-wrapper {
overflow: auto;
}

0 comments on commit 84d4978

Please sign in to comment.