Skip to content

Commit

Permalink
fix: remove z-index from Input
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwoerer committed Oct 20, 2021
1 parent f65ae2f commit 3948c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/form/Input/Input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
transform: translateY(0);
color: inherit;
transition: border-color 0.15s, padding-top 0.15s;
z-index: 1;
font: var(--font);

&:-webkit-autofill ~ .root,
Expand Down

0 comments on commit 3948c98

Please sign in to comment.