diff --git a/src/components/LayerUI.scss b/src/components/LayerUI.scss index 2f4586f0..b51fdecb 100644 --- a/src/components/LayerUI.scss +++ b/src/components/LayerUI.scss @@ -108,5 +108,16 @@ transition-delay: 0.8s; } } + + .layer-ui__wrapper__footer-center { + pointer-events: none; + & > * { + pointer-events: all; + } + } + .layer-ui__wrapper__footer-left, + .layer-ui__wrapper__footer-right { + pointer-events: all; + } } } diff --git a/src/css/styles.scss b/src/css/styles.scss index 1236cacf..7aa2e0b5 100644 --- a/src/css/styles.scss +++ b/src/css/styles.scss @@ -358,10 +358,6 @@ } } - .layer-ui__wrapper:not(.disable-pointerEvents) .App-menu_bottom > * { - pointer-events: all; - } - .App-menu_bottom > *:first-child { justify-self: flex-start; }