DeleteCommentModal.module.scss 188 B

1234567891011
  1. // modal
  2. .page-comment-delete-modal {
  3. :global(.modal-content .modal-body) {
  4. :global(.comment-body) {
  5. max-height: 13em;
  6. // scrollable
  7. overflow-y: auto;
  8. }
  9. }
  10. }