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,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
|
zIndex: 2,
|
||||||
}}
|
}}
|
||||||
bg={bg}
|
bg={bg}
|
||||||
>
|
>
|
||||||
|
@ -42,6 +42,7 @@ function MapLoadingOverlay() {
|
|||||||
bottom: "8px",
|
bottom: "8px",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
borderRadius: "28px",
|
borderRadius: "28px",
|
||||||
|
zIndex: 2,
|
||||||
}}
|
}}
|
||||||
bg="overlay"
|
bg="overlay"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user