From b39cee3139aa33b335136473ddde10b334e9c113 Mon Sep 17 00:00:00 2001 From: Alex Lockwood Date: Tue, 20 Jun 2017 09:29:09 -0400 Subject: [PATCH] addresses #155 --- src/app/components/root/root.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/root/root.component.ts b/src/app/components/root/root.component.ts index becc2362..b7e3f1e4 100644 --- a/src/app/components/root/root.component.ts +++ b/src/app/components/root/root.component.ts @@ -44,7 +44,7 @@ import { Observable } from 'rxjs/Observable'; const SHOULD_AUTO_LOAD_DEMO = false; const IS_DEV_BUILD = !environment.production; -const ELEMENT_RESIZE_DETECTOR = erd(); +const ELEMENT_RESIZE_DETECTOR = erd({ strategy: 'scroll' }); const STORAGE_KEY_FIRST_TIME_USER = 'storage_key_first_time_user'; declare const ga: Function;