Quellcode durchsuchen

modifiche ui - tabella course list

ferrari vor 9 Monaten
Ursprung
Commit
8e4f714607
2 geänderte Dateien mit 16 neuen und 2 gelöschten Zeilen
  1. 15 1
      public/css/style.css
  2. 1 1
      resources/views/livewire/course_list.blade.php

+ 15 - 1
public/css/style.css

@@ -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;
 }

+ 1 - 1
resources/views/livewire/course_list.blade.php

@@ -166,7 +166,7 @@
     </div>
 
     <!-- <section id="resume-table" class="scrollTable" style="margin-top:10px;"> -->
-    <section id="resume-table" class="course_list-table" style="margin-top:10px;">
+    <section id="resume-table" class="scrollTable course_list-table" style="margin-top:10px;">
         <div class="compare--chart_wrapper d-none"></div>