diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-06 12:22:20 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-06 12:22:20 -0700 |
commit | f495205ad623162b6a20ddb409e70b0ba5c07214 (patch) | |
tree | ff66bf5b646d238fed72e8a785915574fac8e058 /extension/react-app/src/components/TextDialog.tsx | |
parent | 1e6d9c23053c0ea96ca0c79e174d5551aae2a6dc (diff) | |
parent | 28e4da39c1f7056b99dca89e6959a11b86202886 (diff) | |
download | sncontinue-f495205ad623162b6a20ddb409e70b0ba5c07214.tar.gz sncontinue-f495205ad623162b6a20ddb409e70b0ba5c07214.tar.bz2 sncontinue-f495205ad623162b6a20ddb409e70b0ba5c07214.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/components/TextDialog.tsx')
-rw-r--r-- | extension/react-app/src/components/TextDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/TextDialog.tsx b/extension/react-app/src/components/TextDialog.tsx index a564f884..ea5727f0 100644 --- a/extension/react-app/src/components/TextDialog.tsx +++ b/extension/react-app/src/components/TextDialog.tsx @@ -8,6 +8,7 @@ const ScreenCover = styled.div` width: 100%; height: 100%; background-color: rgba(168, 168, 168, 0.5); + z-index: 100; `; const DialogContainer = styled.div` @@ -35,7 +36,6 @@ const TextArea = styled.textarea` border-radius: 8px; padding: 8px; outline: 1px solid black; - font-family: Arial, Helvetica, sans-serif; resize: none; &:focus { |