diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-19 18:54:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
commit | 406252c203e6863aa4ae02619037f13439706f98 (patch) | |
tree | 9d218001f17dddfc4c3b84d53005a70bf0777173 /scss/custom.scss | |
parent | 89b1e4a21e80d53be0e28df8723eec36358034f9 (diff) | |
download | Ishtar-406252c203e6863aa4ae02619037f13439706f98.tar.bz2 Ishtar-406252c203e6863aa4ae02619037f13439706f98.zip |
💄 fix header color on preview cvs
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
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; + } } } |