Graph overlay was expanding off the screen to the size of the prompt line (#3510)

sure this isn't really important at the moment

just limited the size of the width and gave it a shadow

![image](https://github.com/invoke-ai/InvokeAI/assets/115216705/96e2db0a-9edb-48b8-9040-56ce054b5ecf)
This commit is contained in:
blessedcoolant 2023-06-07 18:01:35 +12:00 committed by GitHub
commit fa1ac57c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,13 @@ const NodeGraphOverlay = () => {
as="pre"
fontFamily="monospace"
position="absolute"
top={10}
top={2}
right={2}
opacity={0.7}
background="base.800"
p={2}
maxHeight={500}
maxWidth={500}
overflowY="scroll"
borderRadius="md"
>