Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix: set higher z-index for input labels (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegz authored Jan 8, 2020
1 parent 057ee53 commit 2a10f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const Label = createComponent({
transform: ${isFloating ? 'none' : 'translateY(-50%)'};
color: ${theme.colors.greyDarker};
user-select: none;
z-index: ${isFloating ? '1' : 'auto'};
&:hover {
cursor: text;
Expand Down

0 comments on commit 2a10f57

Please sign in to comment.