Fix popup boxes not on top

This commit is contained in:
Olivier Gagnon
2021-09-14 14:15:05 -04:00
parent 9adf69afbd
commit 89a85c73ec
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import { processPassiveFactionRepGain, inviteToFaction } from "./Faction/Faction
import { FactionList } from "./Faction/ui/FactionList";
import { Root as BladeburnerRoot } from "./Bladeburner/ui/Root";
import { Root as GangRoot } from "./Gang/ui/Root";
import { SidebarRoot } from "./Sidebar/ui/SidebarRoot";
import { SidebarRoot } from "./Sidebar/ui/Sidebar2Root";
import { CorporationRoot } from "./Corporation/ui/CorporationRoot";
import { ResleeveRoot } from "./PersonObjects/Resleeving/ui/ResleeveRoot";
import { SleeveRoot } from "./PersonObjects/Sleeve/ui/SleeveRoot";