mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
UI: Keep tail windows and dialogs mounted but hidden on pages where they are not shown (#769)
This commit is contained in:
parent
ae87851889
commit
52769706d2
@ -398,15 +398,13 @@ export function GameRoot(): React.ReactElement {
|
|||||||
<Box className={classes.root}>{mainPage}</Box>
|
<Box className={classes.root}>{mainPage}</Box>
|
||||||
)}
|
)}
|
||||||
<Unclickable />
|
<Unclickable />
|
||||||
{withPopups && (
|
<div style={{ display: withPopups ? "inherit" : "none", position: "absolute" }}>
|
||||||
<>
|
|
||||||
<LogBoxManager />
|
<LogBoxManager />
|
||||||
<AlertManager />
|
<AlertManager />
|
||||||
<PromptManager />
|
<PromptManager />
|
||||||
<InvitationModal />
|
<InvitationModal />
|
||||||
<Snackbar />
|
<Snackbar />
|
||||||
</>
|
</div>
|
||||||
)}
|
|
||||||
<Apr1 />
|
<Apr1 />
|
||||||
</SnackbarProvider>
|
</SnackbarProvider>
|
||||||
</HistoryProvider>
|
</HistoryProvider>
|
||||||
|
Loading…
Reference in New Issue
Block a user