Skip to content

Commit

Permalink
Allow to scroll tables horizontally
Browse files Browse the repository at this point in the history
Fixes: #2412

Signed-off-by: Jonas <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
mejo- authored and backportbot-nextcloud[bot] committed Mar 10, 2023
1 parent 7a741ee commit 0dd80d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/nodes/Table/TableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default {
<style scoped lang="scss">
.table-wrapper {
position: relative;
overflow-x: auto;
}

.clearfix {
Expand Down

0 comments on commit 0dd80d7

Please sign in to comment.