From e2ee0b60ad8089582accf1dd10e3352fae7fd3a2 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Wed, 19 Dec 2018 16:55:35 +0100 Subject: [PATCH] fix(modal): --box-shadow fixes #16798 --- core/src/components/modal/modal.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/components/modal/modal.scss b/core/src/components/modal/modal.scss index 50c1efdd06..5baba473d1 100644 --- a/core/src/components/modal/modal.scss +++ b/core/src/components/modal/modal.scss @@ -33,6 +33,7 @@ --border-style: none; --border-color: transparent; --background: #{$background-color}; + --box-shadow: none; @include position(0, 0, 0, 0); @@ -62,6 +63,7 @@ background: var(--background); + box-shadow: var(--box-shadow); overflow: var(--overflow); z-index: 10; }