fix virtual gamepad joystick being in front of setting menu

This commit is contained in:
Ethan O'Brien 2023-07-17 13:38:37 -05:00
parent b7a18b0b12
commit 5ff3257894

View file

@ -673,7 +673,7 @@
position: absolute;
text-align: left;
white-space: nowrap;
z-index: 3;
z-index: 9999;
}
.ejs_settings_parent::after {
border: 4px solid transparent;