fadeing the bg for modals

pull/5370/head
LianaHus 4 years ago
parent 18b0915c00
commit aae77715ea
  1. 2
      apps/remix-ide/src/app/ui/styles/modaldialog-styles.js

@ -5,7 +5,7 @@ var css = csjs`
.modalFooter {
}
.modalContent {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
box-shadow: 0 4px 8px 1000px rgba(0,0,0,0.4),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;

Loading…
Cancel
Save