From 430bba79d11bd2045e6e0e0d0bcdbc190f264a73 Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Wed, 19 Apr 2023 10:50:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20css=20?= =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B9=80=E0=B8=95?= =?UTF-8?q?=E0=B8=B4=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/src/app.postcss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/src/app.postcss b/cms/src/app.postcss index e1be7d2..3ada4e4 100644 --- a/cms/src/app.postcss +++ b/cms/src/app.postcss @@ -121,8 +121,9 @@ text-overflow: ellipsis; } .card-list{ - height: 530px; - overflow-x: scroll; + /* min-height: 530px; */ + /* overflow-x: scroll; */ + padding-bottom:0.75rem; width: 100%; } .card-outline{