Skip to content
Snippets Groups Projects
Commit 32c42cab authored by johnshaughnessy's avatar johnshaughnessy
Browse files

Fix virtual gamepad controls touch region

parent eecf8850
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@
:local(.mockJoystickContainer) {
position: absolute;
height: 20vh;
height: 0;
left: 0;
right: 0;
bottom: 0;
bottom: 10vh;
display: flex;
align-items: center;
justify-content: space-around;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment