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; }