Fix loading overlay being behind dice tray
This commit is contained in:
parent
1d3443414e
commit
75a9c604a3
@ -16,6 +16,7 @@ function LoadingOverlay(bg) {
|
||||
top: 0,
|
||||
left: 0,
|
||||
flexDirection: "column",
|
||||
zIndex: 2,
|
||||
}}
|
||||
bg={bg}
|
||||
>
|
||||
|
@ -42,6 +42,7 @@ function MapLoadingOverlay() {
|
||||
bottom: "8px",
|
||||
flexDirection: "column",
|
||||
borderRadius: "28px",
|
||||
zIndex: 2,
|
||||
}}
|
||||
bg="overlay"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user