New: Allow season information tooltip to display above if unable to display below
Closes #5300
This commit is contained in:
parent
ee1ee8f267
commit
ad2557815e
|
@ -257,6 +257,7 @@ class SeriesDetailsSeason extends Component {
|
||||||
|
|
||||||
<Popover
|
<Popover
|
||||||
className={styles.episodeCountTooltip}
|
className={styles.episodeCountTooltip}
|
||||||
|
canFlip={true}
|
||||||
anchor={
|
anchor={
|
||||||
<Label
|
<Label
|
||||||
kind={getEpisodeCountKind(monitored, episodeFileCount, episodeCount)}
|
kind={getEpisodeCountKind(monitored, episodeFileCount, episodeCount)}
|
||||||
|
|
Loading…
Reference in New Issue