From 2a5f255c7b33f5713b5ae1fa32f237a88422062c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 25 Jun 2026 11:14:53 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.178:=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=E2=80=94=20max-height:50vh,?= =?UTF-8?q?=20overflow-y:auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.cfm b/index.cfm index dd4f265..e5b49e1 100644 --- a/index.cfm +++ b/index.cfm @@ -23,7 +23,7 @@ .btn-primary { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; } .btn-primary:hover { background: var(--brand-primary-dark); } .btn:disabled { opacity: .5; cursor: not-allowed; } - .table-wrap { border-radius: 6px; border: 1px solid var(--brand-gray); overflow: hidden; margin-top: 12px; } + .table-wrap { border-radius: 6px; border: 1px solid var(--brand-gray); overflow-y: auto; max-height: 50vh; margin-top: 12px; } table { width: 100%; border-collapse: collapse; font-size: 13px; } th { background: var(--brand-grey-light); text-transform: uppercase; padding: 6px 10px; border-right: 1px solid var(--brand-gray); text-align: left; font-weight: 600; font-size: 11px; color: var(--muted); } td { padding: 6px 10px; border-right: 1px solid var(--brand-gray); border-bottom: 1px solid var(--brand-gray); }