Skip to content

Commit

Permalink
fix #33 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirekang authored Feb 9, 2024
1 parent b1f41e0 commit 5352c91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/assets/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
:where(template),
:where(tbody),
:where(td),
:where(textarea),
:where(tfoot),
:where(th),
:where(thead),
Expand Down Expand Up @@ -146,8 +145,7 @@ table {
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
input {
-webkit-user-select: auto;
}

Expand Down

0 comments on commit 5352c91

Please sign in to comment.