fix(#1800): increase modal z-index to appear above prettify icon (#1821)

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
Devon Wolfkiel 2024-04-09 14:29:02 -07:00 committed by GitHub
parent 92dcc06051
commit 31137ef466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ const Wrapper = styled.div`
align-items: flex-start;
justify-content: center;
overflow-y: auto;
z-index: 11;
z-index: 20;
background-color: rgba(0, 0, 0, 0.5);
}