1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 22:04:43 +00:00

fix z-index on scroll to top button

This commit is contained in:
Benjamin Uzelac 2015-11-05 19:43:53 -06:00
parent 08d19df3f7
commit cd9132520d

View file

@ -81,6 +81,7 @@
.opacity (0.2);
position : fixed;
z-index : 9999;
bottom : 50px;
right : 50px;
display : none;