mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 06:25:50 +01:00
Fix: back to top btn to be hidden by cookie box
This commit is contained in:
parent
31d5af9295
commit
4abd88527d
1 changed files with 2 additions and 2 deletions
|
@ -972,7 +972,7 @@ pre.chroma {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
width: 38px;
|
width: 38px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 5;
|
z-index: 10000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2012,4 +2012,4 @@ input.input {
|
||||||
|
|
||||||
.cookie-box-hide {
|
.cookie-box-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue