Skip to content

fix #2712 【カスタムコンテンツ】プレビュー機能で入力項目が隠れてしまう件を修正#4419

Open
kaburk wants to merge 1 commit into
baserproject:5.2.xfrom
kaburk:5.2.x-#2712
Open

fix #2712 【カスタムコンテンツ】プレビュー機能で入力項目が隠れてしまう件を修正#4419
kaburk wants to merge 1 commit into
baserproject:5.2.xfrom
kaburk:5.2.x-#2712

Conversation

@kaburk

@kaburk kaburk commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

よろしくお願いします!

Copilot AI review requested due to automatic review settings June 8, 2026 23:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

カスタムコンテンツのプレビュー表示(画面下部に固定される #CustomFieldPreview / #CustomLinkPreview)が高さを取りすぎて入力項目を覆ってしまう問題(#2712)に対応し、プレビュー領域を一定高さに制限して内部スクロールできるようにするPRです。

Changes:

  • #CustomFieldPreview / #CustomLinkPreviewmax-height: 45vh を追加し、表示が大きくなりすぎないよう制限
  • 同2要素に overflow-y: auto / overflow-x: hidden を追加し、プレビュー領域内でスクロール可能に変更
  • 生成済みCSS(webroot)とSCSSソース(src)の両方へ同内容を反映

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
plugins/bc-admin-third/webroot/css/admin/style.css プレビュー固定領域に最大高さとスクロールを付与し、入力欄が隠れにくい表示へ調整
plugins/bc-admin-third/src/css/components/_custom-field.scss 同調整をSCSSソース側にも反映(ビルド生成物との差分が出ないよう整合)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants