|
|
|
@ -41,16 +41,14 @@ $toolbar-height--mobile: 100px |
|
|
|
|
display: flex |
|
|
|
|
flex-direction: column |
|
|
|
|
// Calculate table size by subtracting the space above |
|
|
|
|
|
|
|
|
|
max-height: calc(100vh - #{var(--header-height)} - #{$toolbar-height}) |
|
|
|
|
@media screen and (max-width: 679px) |
|
|
|
|
max-height: calc(100vh - #{var(--header-height)} - #{$toolbar-height--mobile}) |
|
|
|
|
|
|
|
|
|
.generic-table--container |
|
|
|
|
display: contents |
|
|
|
|
.generic-table |
|
|
|
|
position: relative |
|
|
|
|
.generic-table--results-container |
|
|
|
|
overflow: unset |
|
|
|
|
@media screen and (max-width: 679px) |
|
|
|
|
overflow-x: auto |
|
|
|
|
|
|
|
|
|
.generic-table--container |
|
|
|
|
position: relative |
|
|
|
@ -65,6 +63,7 @@ $toolbar-height--mobile: 100px |
|
|
|
|
|
|
|
|
|
.generic-table--results-container |
|
|
|
|
height: 100% |
|
|
|
|
padding-bottom: $spot-spacing-8 |
|
|
|
|
overflow: |
|
|
|
|
x: auto |
|
|
|
|
y: auto |
|
|
|
|