Skip to content

Commit

Permalink
Fix modal content not being selectable (mastodon#27813)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu authored Nov 13, 2023
1 parent 07a4059 commit ed79713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5226,6 +5226,7 @@ a.status-card {

.modal-root__modal {
pointer-events: auto;
user-select: text;
display: flex;
}

Expand Down

0 comments on commit ed79713

Please sign in to comment.