mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
Fix the z-index of the cookie notice modal and the bottom cookie banner
This commit is contained in:
parent
47220130f6
commit
df0703bbfb
1 changed files with 5 additions and 0 deletions
|
@ -510,3 +510,8 @@ body .clearfix {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cc-revoke,
|
||||||
|
.cc-window {
|
||||||
|
z-index: 999 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue