Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Attempt to fix missing text input shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Oct 5, 2023
1 parent a789f64 commit cb0ec03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ body {
@apply font-body;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
appearance: none;
-webkit-appearance: none;
}

@supports(padding:max(0px)) {
body, header, footer {
padding-left: min(0vmin, env(safe-area-inset-left));
Expand Down

0 comments on commit cb0ec03

Please sign in to comment.