mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:14:22 +01:00
Changed z-index for cookie box
This commit is contained in:
parent
a5addabc30
commit
54b585bd6c
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ a:hover {
|
||||||
background: #0f1e31;
|
background: #0f1e31;
|
||||||
transition: all .75s cubic-bezier(.19, 1, .22, 1);
|
transition: all .75s cubic-bezier(.19, 1, .22, 1);
|
||||||
color: #fdfdfd;
|
color: #fdfdfd;
|
||||||
z-index: 10000;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookie-box-hide {
|
.cookie-box-hide {
|
||||||
|
|
Loading…
Reference in a new issue