fix(document rendering): Fixed overflow issues in document and page elements

This commit is contained in:
2024-12-07 14:22:42 +01:00
parent 76d829f5c7
commit 2e3739e765
5 changed files with 34 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-07 - 1.6.7 - fix(document rendering)
Fixed overflow issues in document and page elements
- Ensured content overflow handling in document.ts
- Adjusted page element overflow settings in page.ts
## 2024-12-07 - 1.6.6 - fix(page-render)
Fix layout scaling adjustment for page component