diff --git a/Profice WebSite/style/design.css b/Profice WebSite/style/design.css index 0722058..11a7c62 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -2234,16 +2234,29 @@ body { } } -/* Cookiebot Banner Override - End of file for maximum specificity */ -#CybotCookiebotDialog, +/* Cookiebot Banner Override - Force to bottom of screen */ +#CybotCookiebotDialog { + position: fixed !important; + bottom: 0 !important; + top: auto !important; + left: 0 !important; + right: 0 !important; + width: 100% !important; + z-index: 99999 !important; + transform: none !important; +} + +/* Additional Cookiebot overrides for maximum specificity */ #CybotCookiebotDialog.CybotEdge, div#CybotCookiebotDialog, #CybotCookiebotDialog[style] { - top: auto !important; + position: fixed !important; bottom: 0 !important; + top: auto !important; left: 0 !important; right: 0 !important; - position: fixed !important; + width: 100% !important; + z-index: 99999 !important; transform: none !important; margin: 0 !important; } \ No newline at end of file