Moved map loading overlay to be full screen width

This commit is contained in:
Mitchell McCaffrey
2020-11-27 11:37:15 +11:00
parent 56efa39c41
commit 309870247b
3 changed files with 7 additions and 7 deletions
-2
View File
@@ -8,7 +8,6 @@ import MapDrawing from "./MapDrawing";
import MapFog from "./MapFog";
import MapGrid from "./MapGrid";
import MapMeasure from "./MapMeasure";
import MapLoadingOverlay from "./MapLoadingOverlay";
import NetworkedMapPointer from "../../network/NetworkedMapPointer";
import MapNotes from "./MapNotes";
@@ -448,7 +447,6 @@ function Map({
{noteMenu}
{tokenDragOverlay}
{noteDragOverlay}
<MapLoadingOverlay />
</>
}
selectedToolId={selectedToolId}