Skip to content

Commit

Permalink
Merge pull request #3303 from dikwickley/record-page-overflow-fix
Browse files Browse the repository at this point in the history
Added overflow condition for TableView
  • Loading branch information
seancolsen authored Nov 9, 2023
2 parents a21b6b5 + 454eb81 commit f8eca23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mathesar_ui/src/systems/table-view/TableView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@
.sheet-area {
position: relative;
height: 100%;
overflow-x: auto;
}
</style>

0 comments on commit f8eca23

Please sign in to comment.