coockiebot fix
This commit is contained in:
@@ -1,6 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Cookiebot -->
|
||||||
|
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="d6499c25-b3c2-41ac-8edf-60a4209f74c9" data-blockingmode="auto" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('CookiebotOnDialogDisplay', function() {
|
||||||
|
var dialog = document.getElementById('CybotCookiebotDialog');
|
||||||
|
if (dialog) {
|
||||||
|
dialog.style.setProperty('position', 'fixed', 'important');
|
||||||
|
dialog.style.setProperty('bottom', '0', 'important');
|
||||||
|
dialog.style.setProperty('top', 'auto', 'important');
|
||||||
|
dialog.style.setProperty('left', '0', 'important');
|
||||||
|
dialog.style.setProperty('right', '0', 'important');
|
||||||
|
dialog.style.setProperty('width', '100%', 'important');
|
||||||
|
dialog.style.setProperty('transform', 'none', 'important');
|
||||||
|
dialog.style.setProperty('margin', '0', 'important');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Profice — AI Systems for Business Growth</title>
|
<title>Profice — AI Systems for Business Growth</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user