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>
  • Loading branch information
mejo- authored and juliusknorr committed Mar 10, 2023
1 parent 25f2f5f commit fb26d9f
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 fb26d9f

Please sign in to comment.