From 85aef8e4758d2411d7f3e9af4db94a72fd31b45c Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:53:09 -0500 Subject: [PATCH] Fix zone in front of menu --- data/emulator.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/emulator.css b/data/emulator.css index 928f4a9..ee78d40 100644 --- a/data/emulator.css +++ b/data/emulator.css @@ -275,7 +275,7 @@ align-items: flex-start; background: rgba(0,0,0,.9); padding: 10px; - z-index: 999; + z-index: 9999; left: 50%; bottom: 0; } @@ -423,7 +423,7 @@ position: absolute; right: 0; transition: opacity .4s ease-in-out,transform .4s ease-in-out; - z-index: 3; + z-index: 9999; align-items: center; display: flex; justify-content: flex-start;