From ed6066357a8f5d3459cb4c6fefcb0876c3dad348 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Wed, 4 Mar 2026 09:51:17 +0100 Subject: [PATCH] v7 --- Profice WebSite/scripts/script.js | 1 + Profice WebSite/style/design.css | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Profice WebSite/scripts/script.js b/Profice WebSite/scripts/script.js index c18bad9..286b121 100644 --- a/Profice WebSite/scripts/script.js +++ b/Profice WebSite/scripts/script.js @@ -197,6 +197,7 @@ document.addEventListener("DOMContentLoaded", function() { } }); } + */ } initPhoneCallFunctionality(); diff --git a/Profice WebSite/style/design.css b/Profice WebSite/style/design.css index b2e7a05..0722058 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -56,10 +56,18 @@ } /* Cookiebot Banner - Force to bottom of screen */ -#CybotCookiebotDialog { +#CybotCookiebotDialog, +#CybotCookiebotDialog.CybotEdge, +div#CybotCookiebotDialog { top: auto !important; bottom: 0 !important; position: fixed !important; + transform: none !important; +} + +#CybotCookiebotDialogBody { + max-height: 40vh !important; + overflow-y: auto !important; } * { @@ -2224,4 +2232,18 @@ body { align-items: center; gap: 15px; } +} + +/* Cookiebot Banner Override - End of file for maximum specificity */ +#CybotCookiebotDialog, +#CybotCookiebotDialog.CybotEdge, +div#CybotCookiebotDialog, +#CybotCookiebotDialog[style] { + top: auto !important; + bottom: 0 !important; + left: 0 !important; + right: 0 !important; + position: fixed !important; + transform: none !important; + margin: 0 !important; } \ No newline at end of file