Fixing broken sound controls

Because of the rework of the menu, the clickable zone for the menu was extending at the complete top of the screen, which caused interactive items at the top of the screen (like sound controls) to be broken.

This commit fixes this.
This commit is contained in:
David Négrier 2021-09-13 10:06:08 +02:00
parent bfd418d8b5
commit f0b83663f6

View file

@ -22,9 +22,9 @@
<style lang="scss">
.menuIcon {
pointer-events: auto;
margin: 25px;
img {
pointer-events: auto;
width: 60px;
padding-top: 0;
}