summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index c5ee6d060..3b6d803b3 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -323,7 +323,6 @@ ul.table-import-diag > li span.btn{
.table-scroll {
padding: 1em;
-
table {
display:block;
overflow-x : scroll;
@@ -332,6 +331,9 @@ ul.table-import-diag > li span.btn{
thead {
position: sticky;
top: -1px;
+ th {
+ background-color: $white;
+ }
}
}