Fix the z-index of the cookie notice modal and the bottom cookie banner

This commit is contained in:
Alex Tselegidis 2024-11-05 13:24:15 +01:00
parent 47220130f6
commit df0703bbfb

View file

@ -510,3 +510,8 @@ body .clearfix {
visibility: hidden;
}
}
.cc-revoke,
.cc-window {
z-index: 999 !important;
}