diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
index 239e33a..db29707 100644
--- a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
+++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
@@ -124,7 +124,9 @@ const TorrentCache = memo(
- {isMini && dimensions.height >= miniCacheMaxHeight && scroll down}
+ {isMini &&
+ (stageOffset + blockSizeWithMargin * amountOfRows || 0) >= miniCacheMaxHeight &&
+ dimensions.height >= miniCacheMaxHeight && scroll down}
)}