1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-30 20:05:41 +00:00

Fixed: Details for episode history flashing on mobile devices

Fixes #4699

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2020-07-31 23:50:57 -04:00
parent 84c79924b7
commit 65b8be16dd

View file

@ -56,7 +56,7 @@ class Tooltip extends Component {
} else if ((/^right/).test(data.placement)) {
data.styles.maxWidth = windowWidth - right - 50;
} else {
data.styles.maxWidth = left - 30;
data.styles.maxWidth = left - 35;
}
return data;