Changed z-index for cookie box

This commit is contained in:
Aroy-Art 2021-07-24 10:21:56 +02:00
parent a5addabc30
commit 54b585bd6c

View file

@ -1192,7 +1192,7 @@ a:hover {
background: #0f1e31;
transition: all .75s cubic-bezier(.19, 1, .22, 1);
color: #fdfdfd;
z-index: 10000;
z-index: 9999;
}
.cookie-box-hide {