v7
This commit is contained in:
@@ -197,6 +197,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
initPhoneCallFunctionality();
|
initPhoneCallFunctionality();
|
||||||
|
|||||||
@@ -56,10 +56,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Cookiebot Banner - Force to bottom of screen */
|
/* Cookiebot Banner - Force to bottom of screen */
|
||||||
#CybotCookiebotDialog {
|
#CybotCookiebotDialog,
|
||||||
|
#CybotCookiebotDialog.CybotEdge,
|
||||||
|
div#CybotCookiebotDialog {
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
|
transform: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#CybotCookiebotDialogBody {
|
||||||
|
max-height: 40vh !important;
|
||||||
|
overflow-y: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@@ -2225,3 +2233,17 @@ body {
|
|||||||
gap: 15px;
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user