Skip to content

Commit

Permalink
fix(modal): --box-shadow
Browse files Browse the repository at this point in the history
fixes #16798
  • Loading branch information
manucorporat committed Dec 19, 2018
1 parent e735d2c commit e2ee0b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/modal/modal.scss
Expand Up @@ -33,6 +33,7 @@
--border-style: none;
--border-color: transparent;
--background: #{$background-color};
--box-shadow: none;

@include position(0, 0, 0, 0);

Expand Down Expand Up @@ -62,6 +63,7 @@

background: var(--background);

box-shadow: var(--box-shadow);
overflow: var(--overflow);
z-index: 10;
}
Expand Down

0 comments on commit e2ee0b6

Please sign in to comment.