Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glauberramos committed Feb 19, 2024
1 parent 83cc640 commit a3d5ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ p {
font-size: 18px;
padding: 20px;
width: 95%;
height: 90vh;
height: 87vh;
border-radius: 2px;
border: 1px solid #1e2022;
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.1) inset;
resize: none;
outline: none;
text-align: left;
margin: 0 auto;
overflow: scroll;
}

a,
Expand Down

0 comments on commit a3d5ca1

Please sign in to comment.