Make the corner of the spreadsheet grey again

It was being overriden to white by the scrollable table code.
This commit is contained in:
Chris Hill-Scott
2018-11-01 16:03:16 +00:00
parent 92aa144bf2
commit 1319de4b21

View File

@@ -179,7 +179,13 @@ details summary {
}
.fullscreen-fixed-table {
z-index: 1000;
.table-field-heading-first {
background: $grey-4;
}
}
}