remap-keys / remap

Keymap Customization Web app for your keyboard.
https://remap-keys.app
Other
227 stars 27 forks source link

Fix #676. Add the z-index style to be able to click the layer UI. #679

Closed yoichiro closed 2 years ago

yoichiro commented 2 years ago

Fix #676

The keyboard layout UI and the toolber UI have the style z-index:2, but the layer UI doesn't have the style. The reason of the issue #676 may be the nothing of the z-index style. This pull request adds the z-index style to the layer UI to fix the issue.