From 9c4071add1e53f43cbb44fca7e4d3c4656753b60 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 8 Sep 2023 21:36:51 -0300 Subject: [PATCH] Fixes CookieConsent Popup with SideBar --- src/app/shared/cookie-consent/cookie-consent.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/cookie-consent/cookie-consent.module.ts b/src/app/shared/cookie-consent/cookie-consent.module.ts index 51d0372..571fd8f 100644 --- a/src/app/shared/cookie-consent/cookie-consent.module.ts +++ b/src/app/shared/cookie-consent/cookie-consent.module.ts @@ -7,7 +7,7 @@ const cookieConfig: NgcCookieConsentConfig = { "cookie": { "domain": "tinesoft.github.io" }, - "position": "bottom-right", + "position": "bottom-left", "theme": "classic", "palette": { "popup": {