summaryrefslogtreecommitdiffstats
path: root/style/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/default.css')
-rw-r--r--style/default.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 19e1ba08..9e5de615 100644
--- a/style/default.css
+++ b/style/default.css
@@ -630,4 +630,20 @@ label.disabled {
cursor: not-allowed !important;
background-color: #eee !important;
opacity: 1 !important;
-} \ No newline at end of file
+}
+
+div.sticky-table {
+ overflow: scroll;
+ position: relative;
+}
+
+div.sticky-table table {
+ position: relative;
+}
+
+div.sticky-table table thead {
+ background: #f8f8f8;
+ position: sticky;
+ top: 0;
+ z-index: 10;
+}