1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

New: Allow season information tooltip to display above if unable to display below

Closes #5300
This commit is contained in:
Mark McDowall 2022-12-14 18:14:06 -08:00
parent ee1ee8f267
commit ad2557815e

View file

@ -257,6 +257,7 @@ class SeriesDetailsSeason extends Component {
<Popover
className={styles.episodeCountTooltip}
canFlip={true}
anchor={
<Label
kind={getEpisodeCountKind(monitored, episodeFileCount, episodeCount)}