Skip to content

Commit

Permalink
fix: apply $swal2-backdrop to background instead of background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Nov 5, 2019
1 parent c167c33 commit 8c27e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_core.scss
Expand Up @@ -21,11 +21,11 @@
-webkit-overflow-scrolling: touch;

&.swal2-backdrop-show {
background-color: $swal2-backdrop;
background: $swal2-backdrop;
}

&.swal2-backdrop-hide {
background-color: transparent !important;
background: transparent !important;
}

&.swal2-top {
Expand Down

0 comments on commit 8c27e1a

Please sign in to comment.