Skip to content

Commit

Permalink
fix: impossible to press on send placeholder input on mobile (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz authored Aug 30, 2024
1 parent fe31c83 commit f59d39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default css`
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
.paste {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default css`
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
z-index: 3;
}
wui-button {
Expand Down

0 comments on commit f59d39a

Please sign in to comment.