From a366be55c7b9a3a0e49e2bfc8bc727c59a3cbc7a Mon Sep 17 00:00:00 2001 From: kazachilo Date: Wed, 26 Mar 2025 17:08:38 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=B0?= =?UTF-8?q?=20+=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=20=D1=81=D0=BA?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D0=B8=D0=BD=D0=B3=D0=B0=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=84=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tokens/TokenPacksModal.module.css | 3 +-- src/screens/Profile.module.css | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/tokens/TokenPacksModal.module.css b/src/components/tokens/TokenPacksModal.module.css index c9aa3be..93181d5 100644 --- a/src/components/tokens/TokenPacksModal.module.css +++ b/src/components/tokens/TokenPacksModal.module.css @@ -7,7 +7,7 @@ background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; - align-items: flex-start; + align-items: center; z-index: 1000; } @@ -19,7 +19,6 @@ max-width: 400px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin: var(--spacing-medium); - margin-top: 15vh; max-height: 80vh; overflow-y: auto; position: relative; diff --git a/src/screens/Profile.module.css b/src/screens/Profile.module.css index ae4252c..538d3b0 100644 --- a/src/screens/Profile.module.css +++ b/src/screens/Profile.module.css @@ -68,7 +68,9 @@ @supports (-webkit-touch-callout: none) { /* Стили только для iOS устройств */ .tokenPacks { - padding: 0 16px; /* Увеличенные отступы для iOS */ + padding: 0 24px; /* Увеличить боковые отступы */ + padding-bottom: 100px; /* Добавить отступ снизу */ + -webkit-overflow-scrolling: touch; /* Улучшить скроллинг */ } }