Skip to content

Commit

Permalink
Merge pull request #2102 from Shoaibdev7/responsive-blueprint-modal
Browse files Browse the repository at this point in the history
Confirm and Delete Buttons Disappear in "Create Node" and "Edit Node" in BluePrint Modal
  • Loading branch information
Rassl authored Sep 4, 2024
2 parents 0103c56 + a1718c6 commit 98ec2c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ const InnerEditorWrapper = styled.div`
height: 100%;
overflow-y: auto;
padding: 16px;
max-height: calc(90vh - 20px);
`

const Container = styled(Flex)`
Expand Down

0 comments on commit 98ec2c5

Please sign in to comment.