Skip to content

Commit

Permalink
fix(gpt-runner-web): fix can not select text in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 24, 2023
1 parent 1ebc996 commit 4916e70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const ModalContentWrapper = styled.div`
background: var(--panel-view-background);
border-radius: 0.5rem;
position: relative;
user-select: text;
`

export const ModalContentHeader = styled.div`
Expand Down

0 comments on commit 4916e70

Please sign in to comment.