@@ -54,14 +54,15 @@
margin-left: 24px;
width: 40%;
height: 100%;
- display: flex;
- flex-direction: column;
.data-table {
position: relative;
- flex: 1;
+ height: calc(100% - 125px);
}
.radio-group-box {
margin: 10px 0;
+ &.vh .data-table {
+ height: 100%;
+ }