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; + } + } }