Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/c419e7b710c988655e684dd7c72475b9ed18caf1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from uzegonemad/hotfix/scroll-up-zindex

Fix z-index on scroll to top button
pull/928/head
Mark McDowall 10 years ago
commit c419e7b710

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

Loading…
Cancel
Save