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

Fixed: Details for episode history flashing on mobile devices

pull/3262/head
Mark McDowall 5 years ago
parent 1a2419e096
commit fd6d4493c4

@ -54,9 +54,9 @@ class Tooltip extends Component {
} else if ((/^bottom/).test(data.placement)) {
data.styles.maxHeight = windowHeight - bottom - 20;
} else if ((/^right/).test(data.placement)) {
data.styles.maxWidth = windowWidth - right - 30;
data.styles.maxWidth = windowWidth - right - 35;
} else {
data.styles.maxWidth = left - 30;
data.styles.maxWidth = left - 35;
}
return data;

Loading…
Cancel
Save