fix(editor): apply dark scrollbar styling to rich markdown editor (#886)

This commit is contained in:
Jinwoo Hong
2026-04-20 23:00:18 -07:00
committed by GitHub
parent 55e935ff32
commit 633204babd
@@ -505,7 +505,7 @@ export default function RichMarkdownEditor({
query={searchQuery}
searchInputRef={searchInputRef}
/>
<div ref={scrollContainerRef} className="min-h-0 flex-1 overflow-auto">
<div ref={scrollContainerRef} className="min-h-0 flex-1 overflow-auto scrollbar-editor">
<EditorContent editor={editor} />
</div>
{linkBubble ? (