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 <jonas@freesources.org>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
mejo- committed Mar 13, 2023
1 parent d5fd270 commit 1d82e93
Showing 1 changed file with 1 addition and 0 deletions.
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 1d82e93

Please sign in to comment.