a tool for shared writing and social publishing

add back scrollbaron pages

+2 -2
+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 - overflow-y-scroll no-scrollbar 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 - overflow-y-scroll no-scrollbar 164 + overflow-y-scroll 165 165 rounded-lg border 166 166 ${isFocused ? "shadow-md border-border" : "border-border-light"} 167 167 `}