diff --git a/frontend/src/container/AppLayout/AppLayout.styles.scss b/frontend/src/container/AppLayout/AppLayout.styles.scss index e164082d43d6..b314ab1a973a 100644 --- a/frontend/src/container/AppLayout/AppLayout.styles.scss +++ b/frontend/src/container/AppLayout/AppLayout.styles.scss @@ -1,4 +1,7 @@ -.app-banner-container { +// Earlier we were having app-banner-container class +// we change it to app-banner-wrapper as the adblocker was blocking the app-banner-container class +// Keep an eye on What classnames are used in the codebase +.app-banner-wrapper { position: relative; width: 100%; } diff --git a/frontend/src/container/AppLayout/index.tsx b/frontend/src/container/AppLayout/index.tsx index 55da9718ae59..bd61cc3e958c 100644 --- a/frontend/src/container/AppLayout/index.tsx +++ b/frontend/src/container/AppLayout/index.tsx @@ -613,7 +613,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element { {isLoggedIn && ( -