|
|
@@ -16710,7 +16710,8 @@ body:has(#filter--section.filterWrapper_open) #card--dashboard {
|
|
|
max-width: 100% !important;
|
|
|
padding: 0;
|
|
|
border: none;
|
|
|
- min-height: calc(100dvh - (86px + 195px)) !important;
|
|
|
+ /* min-height: calc(100dvh - (86px + 195px)) !important; */
|
|
|
+ height: calc(100dvh - (86px + 195px)) !important;
|
|
|
}
|
|
|
|
|
|
table.tablesaw thead:has(tr+tr) tr:first-child th {
|