fix(gpt-runner-web): fix can not select text in modal

This commit is contained in:
JinmingYang
2023-07-25 00:41:51 +08:00
parent 1ebc996a7d
commit 4916e700c5

View File

@@ -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`