A local-first note taking app
0

Configure Feed

Select the types of activity you want to include in your feed.

add scrolbar in editor

Ethan Graf (Jun 14, 2026, 3:36 PM EDT) a624a8a9 68b5afb5

+2 -2
+2 -2
src/editors/automerge/automergeDocumentEditor.tsx
··· 157 157 }, []); 158 158 159 159 return ( 160 - <div className={`automerge-editor-container ${className ?? ''}`}> 161 - <div ref={containerRef} className="flex-1 overflow-hidden" /> 160 + <div className={`automerge-editor-container flex flex-col ${className ?? ''}`}> 161 + <div ref={containerRef} className="flex-1 overflow-hidden min-h-0" /> 162 162 </div> 163 163 ); 164 164 }