summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-10-19 18:54:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-05 10:51:52 +0100
commit995e0faab655718da4c9a5c9545e02b3552f18d8 (patch)
treee3062dcc9ab937e8731cc70d06b3c6d2fbe00ad2 /scss
parent0e87aae64761766e8f74328a8e68e079062aa0af (diff)
downloadIshtar-995e0faab655718da4c9a5c9545e02b3552f18d8.tar.bz2
Ishtar-995e0faab655718da4c9a5c9545e02b3552f18d8.zip
💄 fix header color on preview cvs
Diffstat (limited to '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;
+ }
}
}