- Set the preview canvas to `display:block` to remove vertical spacing caused by the default value, which was making a full-height canvas cause vertical scrolling, and the vertical scrollbar caused horizontal scrolling - Wrap the preview content in a container with `position:relative` and no other visible content, so that the full-height iframe excludes the height of the preview frame header, preventing it from going beyond the height of the page |
||
|---|---|---|
| .. | ||
| assets.js | ||
| console.js | ||
| editorAccessibility.js | ||
| files.js | ||
| ide.js | ||
| preferences.js | ||
| project.js | ||
| projects.js | ||
| toast.js | ||