|
|
@@ -16710,10 +16710,24 @@ body:has(#filter--section.filterWrapper_open) #card--dashboard {
|
|
|
max-width: 100% !important;
|
|
|
padding: 0;
|
|
|
border: none;
|
|
|
- /* min-height: calc(100dvh - (86px + 195px)) !important; */
|
|
|
+ height: calc(100dvh - 86px) !important;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+#resume-table.course_list-table {
|
|
|
+ height: calc(100dvh - (86px + 80px)) !important;
|
|
|
+}
|
|
|
+
|
|
|
+#resume-table.records-table {
|
|
|
height: calc(100dvh - (86px + 195px)) !important;
|
|
|
}
|
|
|
|
|
|
+#resume-table.course_list-table > .row {
|
|
|
+ margin: 0;
|
|
|
+ position: sticky;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
table.tablesaw thead:has(tr+tr) tr:first-child th {
|
|
|
padding-bottom: 0;
|
|
|
}
|