tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
290
fork
atom
a tool for shared writing and social publishing
290
fork
atom
overview
issues
27
pulls
pipelines
add back scrollbaron pages
awarm.space
1 year ago
6ae7f753
fcf190d1
+2
-2
2 changed files
expand all
collapse all
unified
split
components
Canvas.tsx
Pages
index.tsx
+1
-1
components/Canvas.tsx
···
62
62
max-w-[calc(100vw-12px)]
63
63
${!narrowWidth ? "sm:max-w-[calc(100vw-128px)] lg:max-w-[calc(var(--page-width-units)*2 + 24px))]" : " sm:max-w-[var(--page-width-units)]"}
64
64
rounded-lg
65
65
-
overflow-y-scroll no-scrollbar
65
65
+
overflow-y-scroll
66
66
`}
67
67
>
68
68
<AddCanvasBlockButton entityID={props.entityID} entity_set={entity_set} />
+1
-1
components/Pages/index.tsx
···
161
161
page
162
162
grow flex flex-col
163
163
overscroll-y-none
164
164
-
overflow-y-scroll no-scrollbar
164
164
+
overflow-y-scroll
165
165
rounded-lg border
166
166
${isFocused ? "shadow-md border-border" : "border-border-light"}
167
167
`}