modal.scss 91 B

123456
  1. .bottom-popup-modal {
  2. width: 100vw;
  3. height: 100vh;
  4. background: rgba(0, 0, 0, 0.5);
  5. }