1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02: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;