Skip to content

Commit

Permalink
fix: input
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Jan 16, 2025
1 parent 369c9da commit 67b3c22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export const TextField = styled<{
minHeight: 40,

display: "flex",
alignItems: "stretch"
alignItems: "stretch",
zIndex: 1
},

$data_input_decorator_container: {
Expand Down

0 comments on commit 67b3c22

Please sign in to comment.