Skip to content

Commit

Permalink
ensure the columns take all available-space
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Aug 12, 2024
1 parent 785963b commit 3454e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/hypertable.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
scroll-behavior: smooth;
background-color: white;
position: relative;
flex: 1;
}

.hypertable__state {
Expand Down
1 change: 1 addition & 0 deletions app/styles/inner-table.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
overflow: auto;
position: relative;
z-index: 1;
display: flex;

&.hypertable__table--v2 {
height: 100%;
Expand Down

0 comments on commit 3454e09

Please sign in to comment.