From 406252c203e6863aa4ae02619037f13439706f98 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Oct 2023 18:54:14 +0200 Subject: đŸ’„ fix header color on preview cvs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scss') 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; + } } } -- cgit v1.2.3