Open
Description
Describe the bug
After changing the zoom level, the content after the page will overlap in advance when turning the page.
Minimal reproduction
- Create
./slides.md
:
---
transition: slide-left
---
# This is the first page
---
zoom: 0.5
---
# This is the second page
---
zoom: 1.5
---
# This is the third page
- Run
slidev --open
in terminal. - See the error in browser.
You can use https://sli.dev/new to create a new project to reproduce the issue.
Environment
- Slidev version: 51.7.1
- Browser: Edge
- OS: Windows 11