Skip to content

Commit

Permalink
Fixed no scrolling issu
Browse files Browse the repository at this point in the history
  • Loading branch information
DevWithAnurag committed Nov 18, 2023
1 parent a49c245 commit b177947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
.mainContainer {
position: relative;
width: 100%;
height: 100vh;
height: 100%;
overflow: hidden;
}

Expand Down Expand Up @@ -301,7 +301,7 @@ textarea {
opacity: 0;
display: flex;
width: 50%;
height: 100%;
height: 100vh;
position: absolute;
z-index: 9;
top: 0%;
Expand Down

0 comments on commit b177947

Please sign in to comment.