Fixed: Details for episode history flashing on mobile devices

Fixes #4699

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/2/head
Qstick 4 years ago
parent 84c79924b7
commit 65b8be16dd

@ -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;

Loading…
Cancel
Save