mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 09:29:41 +05:00
fix: profile over scroll on mobile
This commit is contained in:
parent
b7f4aadf86
commit
3211c260a0
2 changed files with 15 additions and 1 deletions
|
@ -31,6 +31,16 @@ export const ProfileStats = (props: {
|
|||
show: false,
|
||||
},
|
||||
responsive: [
|
||||
{
|
||||
breakpoint: 400,
|
||||
options: {
|
||||
chart: {
|
||||
height: 170,
|
||||
width: 170,
|
||||
type: "donut",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
breakpoint: 640,
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue