Skip to content

fix(view): prevent notes overlapping text

Ben Whitmore requested to merge fix-notes-overlap-in-view-20240607 into main

I've partially reverted the change made in !1238 (merged) and restored some of the grid layout. It's rather confusing code, because we were having grids created at multiple levels, using the same grid region names. I think I've correctly disabled just the one grid declaration that needed to be disabled, while leaving the grid higher up the hierarchy. It looks good in my testing.

Very narrow, short document:

image

Short document with footnotes:

image

A long doc with or without footnotes looks fine: image

See #1553 (comment 140095) and !1238 (merged)

Merge request reports