From 44acfd21cfcf08747b96836e6e3435432831d6f6 Mon Sep 17 00:00:00 2001 From: sakaguchi Date: Thu, 4 Jun 2026 22:07:02 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#2712=20=E3=80=90=E3=82=AB=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=83=A0=E3=82=B3=E3=83=B3=E3=83=86=E3=83=B3=E3=83=84?= =?UTF-8?q?=E3=80=91=E3=83=97=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC=E6=A9=9F?= =?UTF-8?q?=E8=83=BD=E3=81=A7=E5=85=A5=E5=8A=9B=E9=A0=85=E7=9B=AE=E3=81=8C?= =?UTF-8?q?=E9=9A=A0=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E4=BB=B6?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bc-admin-third/src/css/components/_custom-field.scss | 6 ++++++ plugins/bc-admin-third/webroot/css/admin/style.css | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/bc-admin-third/src/css/components/_custom-field.scss b/plugins/bc-admin-third/src/css/components/_custom-field.scss index 6d8b5680c9..7fbf84b9ce 100644 --- a/plugins/bc-admin-third/src/css/components/_custom-field.scss +++ b/plugins/bc-admin-third/src/css/components/_custom-field.scss @@ -108,6 +108,9 @@ position: fixed; bottom: 0; width: 100%; + max-height: 45vh; + overflow-y: auto; + overflow-x: hidden; z-index: 100; box-shadow: 0 -5px 3px -3px #999; @@ -147,6 +150,9 @@ position: fixed; bottom: 56px; width: 100%; + max-height: 45vh; + overflow-y: auto; + overflow-x: hidden; z-index: 100; box-shadow: 0 -5px 3px -3px #999; diff --git a/plugins/bc-admin-third/webroot/css/admin/style.css b/plugins/bc-admin-third/webroot/css/admin/style.css index 3c3574872a..164688c627 100644 --- a/plugins/bc-admin-third/webroot/css/admin/style.css +++ b/plugins/bc-admin-third/webroot/css/admin/style.css @@ -338,7 +338,7 @@ template { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } -/* +/* User Style: Change the following styles to modify the appearance of Colorbox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. @@ -14476,6 +14476,9 @@ table.cake-sql-log tr td { position: fixed; bottom: 0; width: 100%; + max-height: 45vh; + overflow-y: auto; + overflow-x: hidden; z-index: 100; box-shadow: 0 -5px 3px -3px #999; } @@ -14510,6 +14513,9 @@ table.cake-sql-log tr td { position: fixed; bottom: 56px; width: 100%; + max-height: 45vh; + overflow-y: auto; + overflow-x: hidden; z-index: 100; box-shadow: 0 -5px 3px -3px #999; }