From f8cfc0f2361c9396893d760ef3515d4f24ea2d4f Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Tue, 20 Dec 2022 10:19:29 +0100 Subject: [PATCH] Fix the box shadow --- packages/edit-site/src/components/layout/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/layout/style.scss b/packages/edit-site/src/components/layout/style.scss index f825e14c02640..58e1cfe345409 100644 --- a/packages/edit-site/src/components/layout/style.scss +++ b/packages/edit-site/src/components/layout/style.scss @@ -99,12 +99,13 @@ left: 0; bottom: 0; width: 100%; - box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8); & > div { color: $gray-900; background: $white; + box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8); } + @include break-small { top: $canvas-padding; bottom: $canvas-padding;