浏览代码

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