From 1319de4b2138fc9818ebf3cb039a65dc88cac9da Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 1 Nov 2018 16:03:16 +0000 Subject: [PATCH] Make the corner of the spreadsheet grey again It was being overriden to white by the scrollable table code. --- app/assets/stylesheets/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index bb05a1c2a..3d0102700 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -179,7 +179,13 @@ details summary { } .fullscreen-fixed-table { + z-index: 1000; + + .table-field-heading-first { + background: $grey-4; + } + } }