Skip to content

Commit

Permalink
fix: make textarea resizeable
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirabbas committed May 19, 2021
1 parent b9b611c commit 29de5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kibbeh/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ html {
overflow-y: auto;
}

textarea {
resize: none;
::-webkit-resizer {
background: var(--color-primary-700);
}

#nprogress {
Expand Down

0 comments on commit 29de5fe

Please sign in to comment.