mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Merge pull request #915 from uzegonemad/hotfix/scroll-up-zindex
Fix z-index on scroll to top button
This commit is contained in:
commit
c419e7b710
@ -81,6 +81,7 @@
|
|||||||
|
|
||||||
.opacity (0.2);
|
.opacity (0.2);
|
||||||
position : fixed;
|
position : fixed;
|
||||||
|
z-index : 9999;
|
||||||
bottom : 50px;
|
bottom : 50px;
|
||||||
right : 50px;
|
right : 50px;
|
||||||
display : none;
|
display : none;
|
||||||
|
Loading…
Reference in New Issue
Block a user