From 3c0cab29929892ecd8440450edfedad1f3ec801d Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Thu, 3 Jun 2021 15:18:10 +0300 Subject: [PATCH] scroll fixed --- .../components/DialogTorrentDetailsContent/TorrentCache.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx index 2be1298..2c7ce08 100644 --- a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx +++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx @@ -13,6 +13,7 @@ const ScrollNotification = styled.div` margin-top: 10px; text-transform: uppercase; color: rgba(0, 0, 0, 0.5); + align-self: center; ` const TorrentCache = memo( @@ -65,7 +66,7 @@ const TorrentCache = memo( return ( setDimensions(bounds)}> {({ measureRef }) => ( -
+