fix: profile over scroll on mobile

This commit is contained in:
Kentai Radiquum 2024-09-18 15:22:20 +05:00
parent b7f4aadf86
commit 3211c260a0
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 15 additions and 1 deletions

View file

@ -31,6 +31,16 @@ export const ProfileStats = (props: {
show: false,
},
responsive: [
{
breakpoint: 400,
options: {
chart: {
height: 170,
width: 170,
type: "donut",
},
},
},
{
breakpoint: 640,
options: {

View file

@ -1,5 +1,9 @@
# 3.2.0
## изменено
## Изменено
- Изменён вид каруселей
## Исправлено
- Исправлена горизонтальная прокрутка профиля на мобильных устройствах