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

Fixed: Series list jump bar click issues

(cherry picked from commit 9c7378625112088d022239fdbdb90c0dc941d61d)
pull/1909/head
Mark McDowall 3 years ago committed by Qstick
parent 7a4fba851f
commit 1f02423148

@ -1,4 +1,5 @@
.jumpBar {
z-index: $pageJumpBarZIndex;
display: flex;
align-content: stretch;
align-items: stretch;

@ -1,4 +1,5 @@
module.exports = {
pageJumpBarZIndex: 10,
modalZIndex: 1000,
popperZIndex: 2000
};

Loading…
Cancel
Save