tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
make quotehandler work on canvas
awarm.space
4 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
···
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,