From 3211c260a0af75dd587806717b9ff9fe9784bb43 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Wed, 18 Sep 2024 15:22:20 +0500 Subject: [PATCH] fix: profile over scroll on mobile --- app/components/Profile/Profile.Stats.tsx | 10 ++++++++++ public/changelog/3.2.1.md | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/components/Profile/Profile.Stats.tsx b/app/components/Profile/Profile.Stats.tsx index 721adc8..c20099b 100644 --- a/app/components/Profile/Profile.Stats.tsx +++ b/app/components/Profile/Profile.Stats.tsx @@ -31,6 +31,16 @@ export const ProfileStats = (props: { show: false, }, responsive: [ + { + breakpoint: 400, + options: { + chart: { + height: 170, + width: 170, + type: "donut", + }, + }, + }, { breakpoint: 640, options: { diff --git a/public/changelog/3.2.1.md b/public/changelog/3.2.1.md index 51b81e1..da51a82 100644 --- a/public/changelog/3.2.1.md +++ b/public/changelog/3.2.1.md @@ -1,5 +1,9 @@ # 3.2.0 -## изменено +## Изменено - Изменён вид каруселей + +## Исправлено + +- Исправлена горизонтальная прокрутка профиля на мобильных устройствах