fix(modal): fix modal editor layout to prevent overlap by adding relative positioning and reducing height
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-30 - 3.12.1 - fix(modal)
|
||||
fix modal editor layout to prevent overlap by adding relative positioning and reducing height
|
||||
|
||||
- Added Playwright screenshots: .playwright-mcp/dees-input-code-demo.png and .playwright-mcp/modal-overlap-issue.png
|
||||
- Updated ts_web/elements/00group-input/dees-input-code/dees-input-code.ts: modal-editor-wrapper set position: relative and changed height from calc(100vh - 160px) to calc(100vh - 175px) to avoid overlap
|
||||
|
||||
## 2025-12-30 - 3.12.0 - feat(editor)
|
||||
add code input component and editor-bare, replace dees-editor usage, and add modal contentPadding
|
||||
|
||||
|
||||
Reference in New Issue
Block a user