From 7ca5b16c53e822f29621b7ec68918a386e7eee12 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 15 May 2022 18:32:45 -0700 Subject: [PATCH] fix mini download dialog arrow --- src/ui/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/App.css b/src/ui/App.css index 3247751..ad23f5d 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -62,6 +62,8 @@ body { position: fixed; top: 73%; left: 15%; + + z-index: 99; } .BottomSection {