v7
This commit is contained in:
@@ -197,6 +197,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
}
|
||||
});
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
initPhoneCallFunctionality();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user