From 235b1482e5eb6742ea5f3d36d43efe35ed60d3d4 Mon Sep 17 00:00:00 2001 From: eyemono-moe Date: Sat, 1 Jun 2024 02:49:56 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Apps=E3=83=95=E3=82=A3=E3=83=AB?= =?UTF-8?q?=E3=82=BF=E3=83=BC=E3=81=8C=E7=94=BB=E9=9D=A2=E5=86=85=E3=81=AB?= =?UTF-8?q?=E5=8F=8E=E3=81=BE=E3=82=89=E3=81=AA=E3=81=84=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=82=B9=E3=82=AF=E3=83=AD=E3=83=BC=E3=83=AB=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/templates/app/AppsFilter.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/templates/app/AppsFilter.tsx b/dashboard/src/components/templates/app/AppsFilter.tsx index 90a55ac9..eae2c53f 100644 --- a/dashboard/src/components/templates/app/AppsFilter.tsx +++ b/dashboard/src/components/templates/app/AppsFilter.tsx @@ -19,9 +19,11 @@ const contentHideKeyframes = keyframes({ to: { opacity: 0, transform: 'translateY(-8px)' }, }) const contentStyle = style({ + maxWidth: 'var(--kb-popper-content-available-width)', + overflowX: 'auto', padding: '16px', display: 'grid', - gridTemplateColumns: 'repeat(3, 1fr)', + gridTemplateColumns: 'repeat(3, auto)', gridTemplateRows: '1fr auto', gridTemplateAreas: ` "status provider sort"