diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
index 4d09b86..239e33a 100644
--- a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
+++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx
@@ -124,7 +124,7 @@ const TorrentCache = memo(
- {dimensions.height >= miniCacheMaxHeight && scroll down}
+ {isMini && dimensions.height >= miniCacheMaxHeight && scroll down}
)}