fix: disable pointer-events on footer-center container (#3629)

This commit is contained in:
David Luzar 2021-05-23 17:09:39 +02:00 committed by GitHub
parent 5662c5141d
commit d201d0be1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View file

@ -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;
}