diff --git a/src/ui/shared/StripOverlayLayer.js b/src/ui/shared/StripOverlayLayer.js index 29e31dc..33868b3 100644 --- a/src/ui/shared/StripOverlayLayer.js +++ b/src/ui/shared/StripOverlayLayer.js @@ -51,8 +51,8 @@ export class StripOverlayLayer { `; // Try to find the ScryingPoolStrip element to append to - // The strip is created in Story 1.5 as a floating ApplicationV2 window - const stripElement = document.querySelector?.('.scrying-pool__roster-strip'); + // The strip is created in Story 1.5 as a floating Application window + const stripElement = document.querySelector?.('.scrying-pool-strip'); if (stripElement) { stripElement.appendChild(this._element); } else {