typst/tests/typ/bugs/2595-float-overlap.typ
2024-02-27 13:05:29 +00:00

14 lines
203 B
Typst

#set page(height: 80pt)
Start.
#place(auto, float: true, [
#block(height: 100%, width: 100%, fill: aqua)
])
#place(auto, float: true, [
#block(height: 100%, width: 100%, fill: red)
])
#lorem(20)