From d60491c3d2c5e7ce01c7312597e6d8defb682c60 Mon Sep 17 00:00:00 2001 From: Imogen Hardy Date: Wed, 7 Feb 2024 15:38:04 +0000 Subject: [PATCH] add bg colour and z-index to escape 'border' lines --- static/src/stylesheets/module/facia-garnett/_container.scss | 2 ++ static/src/stylesheets/module/facia/_container.scss | 2 ++ 2 files changed, 4 insertions(+) diff --git a/static/src/stylesheets/module/facia-garnett/_container.scss b/static/src/stylesheets/module/facia-garnett/_container.scss index b25750307414..ec02a48cbba0 100644 --- a/static/src/stylesheets/module/facia-garnett/_container.scss +++ b/static/src/stylesheets/module/facia-garnett/_container.scss @@ -26,6 +26,8 @@ $header-image-size-desktop: 100px; .fc-container--commercial { padding-bottom: 0; + background-color: $brightness-97; + z-index: 2; } .fc-container__inner, diff --git a/static/src/stylesheets/module/facia/_container.scss b/static/src/stylesheets/module/facia/_container.scss index 8d8292824ede..cdac0eb412a4 100644 --- a/static/src/stylesheets/module/facia/_container.scss +++ b/static/src/stylesheets/module/facia/_container.scss @@ -20,6 +20,8 @@ $header-image-size-desktop: 100px; .fc-container--commercial { padding-bottom: 0; + background-color: $brightness-97; + z-index: 2; } .fc-container__inner,