mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Fix back to top button z-index
This commit is contained in:
parent
891dc74556
commit
01f3e77fb3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default {
|
|||
bottom: $footerHeightMobile + 26px;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
z-index: 9999;
|
||||
z-index: 20;
|
||||
opacity: 1;
|
||||
transition: opacity .5s;
|
||||
|
||||
|
|
Loading…
Reference in a new issue