From 137c8725a5d9ebb2237c0a6f37da22e88ac1330f Mon Sep 17 00:00:00 2001 From: Yoichiro Tanaka Date: Sun, 5 Dec 2021 09:41:09 +0900 Subject: [PATCH] Fix #676. Add the z-index style to be able to click the layer UI. --- src/components/configure/keymap/Keymap.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/configure/keymap/Keymap.scss b/src/components/configure/keymap/Keymap.scss index d1b22b7d..16dd0f29 100644 --- a/src/components/configure/keymap/Keymap.scss +++ b/src/components/configure/keymap/Keymap.scss @@ -55,6 +55,7 @@ align-items: flex-start; min-width: 80px; padding-left: $space-l; + z-index: 2; .MuiPagination-ul { flex-direction: column;