diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-26 00:26:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-26 00:26:02 -0700 |
commit | 79a2fa634e5b5d44e13fbd49facf14a4fc3745d1 (patch) | |
tree | 0e5917d1ae3fad12e4cf459ec273593d9d5267a4 /extension/react-app/src/components/TextDialog.tsx | |
parent | b759e2dbfe36b3e8873527b9736d64866da9b604 (diff) | |
parent | 2b69bf6f1fc2e06b16b718358ceed4911d6e87c3 (diff) | |
download | sncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.tar.gz sncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.tar.bz2 sncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.zip |
Merge branch 'config-py' into merge-config-py-TO-main
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 9597b578..7d8e9920 100644 --- a/extension/react-app/src/components/TextDialog.tsx +++ b/extension/react-app/src/components/TextDialog.tsx @@ -6,7 +6,7 @@ import { isMetaEquivalentKeyPressed } from "../util"; import { ReactMarkdown } from "react-markdown/lib/react-markdown"; const ScreenCover = styled.div` - position: absolute; + position: fixed; width: 100%; height: 100%; background-color: rgba(168, 168, 168, 0.5); |