Skip to content

Commit

Permalink
Fix keyboard position on screen
Browse files Browse the repository at this point in the history
For smaller screens (e.g. mobile)
  • Loading branch information
quantum9Innovation committed Apr 8, 2022
1 parent bc267ec commit 5a9f683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion App/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body {
padding: 0px;
height: 100vh;
width: 100vw;
overflow: hidden;
}

button {
Expand Down Expand Up @@ -655,6 +654,8 @@ button {
}

#keyboard {
position: absolute;
bottom: 5vh;
width: 67vw;
height: 20vh;
display: block;
Expand Down Expand Up @@ -832,6 +833,8 @@ button {
}

#keyboard {
position: absolute;
bottom: 5vh;
width: 80vw;
height: 20vh;
display: block;
Expand Down

1 comment on commit 5a9f683

@vercel
Copy link

@vercel vercel bot commented on 5a9f683 Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.