1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Queue tooltips appearing offscreen on mobile devices

This commit is contained in:
Mark McDowall
2019-05-05 20:03:26 -07:00
parent 2ae4337d0d
commit d8c2640959
4 changed files with 53 additions and 5 deletions
@@ -116,6 +116,7 @@ function QueueStatusCell(props) {
title={title}
body={hasWarning || hasError ? getDetailedPopoverBody(statusMessages) : sourceTitle}
position={tooltipPositions.RIGHT}
canFlip={false}
/>
</TableRowCell>
);