fix(gpt-runner-web): fix can not select text in modal
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user