Преглед изворни кода

Make results table actions sticky to top

Tatiana Inama пре 6 година
родитељ
комит
da2c5727a1
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      src/Admin.css

+ 6 - 0
src/Admin.css

@@ -38,6 +38,12 @@
   overflow-y: scroll;
 }
 
+.vom-results-table-actions {
+  position: sticky;
+  top: 0px;
+  background: white;
+}
+
 .vom-results-table-actions .badge {
   margin-left: 0.5rem;
 }