fix: body formurl value disappearing (#3803)

This commit is contained in:
pooja-bruno
2025-01-16 20:01:48 +05:30
committed by GitHub
parent a73d2a02cf
commit 3da12a05db

View File

@@ -19,9 +19,8 @@ const StyledWrapper = styled.div`
opacity: 0.5;
}
.CodeMirror-scroll {
overflow: hidden !important;
${'' /* padding-bottom: 50px !important; */}
.CodeMirror-scroll {
overflow: visible !important;
position: relative;
display: block;
margin: 0px;