Skip to content

Commit

Permalink
Prevent textarea resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeuio committed Feb 22, 2024
1 parent d94d042 commit a024696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ textarea {
transition: background-color 0.3s ease;
}

textarea {
resize: none;
}

input:hover,
textarea:hover {
background-color: var(--slate-50-hover);
Expand Down

0 comments on commit a024696

Please sign in to comment.