Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/3b4a1986c53d97d6474f4078e940b5bc9ecbdbe6/UI/Content/Overrides/browser.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Content/Overrides/browser.less

13 lines
169 B

html {
overflow : -moz-scrollbars-vertical;
overflow-y : scroll;
}
button::-moz-focus-inner, a::-moz-focus-inner {
border : 0;
}
a:focus {
outline : none;
}