Explorar o código

Make results table actions sticky to top

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
da2c5727a1
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
 }