tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
298
fork
atom
a tool for shared writing and social publishing
298
fork
atom
overview
issues
31
pulls
3
pipelines
make quotehandler work on canvas
awarm.space
5 months ago
8873b79d
9549b33e
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
CanvasPage.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/CanvasPage.tsx
reviewed
···
104
104
let height = blocks.length > 0 ? Math.max(...blocks.map((b) => b.y), 0) : 0;
105
105
106
106
return (
107
107
-
<div className="canvasWrapper h-full w-fit overflow-y-scroll">
107
107
+
<div className="canvasWrapper h-full w-fit overflow-y-scroll postContent">
108
108
<div
109
109
style={{
110
110
minHeight: height + 512,