Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/bc-admin-third/src/css/components/_custom-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down
8 changes: 7 additions & 1 deletion plugins/bc-admin-third/webroot/css/admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
Loading