Fix loading overlay being behind dice tray

This commit is contained in:
Mitchell McCaffrey 2020-10-27 18:26:09 +11:00
parent 1d3443414e
commit 75a9c604a3
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function LoadingOverlay(bg) {
top: 0,
left: 0,
flexDirection: "column",
zIndex: 2,
}}
bg={bg}
>

View File

@ -42,6 +42,7 @@ function MapLoadingOverlay() {
bottom: "8px",
flexDirection: "column",
borderRadius: "28px",
zIndex: 2,
}}
bg="overlay"
>