diff --git a/app/styles/hypertable.less b/app/styles/hypertable.less index e770287e..18cd491e 100644 --- a/app/styles/hypertable.less +++ b/app/styles/hypertable.less @@ -20,6 +20,7 @@ scroll-behavior: smooth; background-color: white; position: relative; + flex: 1; } .hypertable__state { diff --git a/app/styles/inner-table.less b/app/styles/inner-table.less index 713b6684..d1a5824e 100644 --- a/app/styles/inner-table.less +++ b/app/styles/inner-table.less @@ -9,6 +9,7 @@ overflow: auto; position: relative; z-index: 1; + display: flex; &.hypertable__table--v2 { height: 100%;