Skip to content

Commit

Permalink
fix: body formurl value disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
pooja-bruno committed Jan 15, 2025
1 parent 00c5298 commit 77d6611
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77d6611

Please sign in to comment.