dialog.scss 165 B

1234567891011
  1. .dialog {
  2. position: fixed;
  3. top: 0;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. width: 100%;
  8. height: 100%;
  9. background-color: rgba(0, 0, 0, 0.6);
  10. z-index: 9999;
  11. }