mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
fix(editor): apply dark scrollbar styling to rich markdown editor (#886)
This commit is contained in:
parent
55e935ff32
commit
633204babd
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ export default function RichMarkdownEditor({
|
||||||
query={searchQuery}
|
query={searchQuery}
|
||||||
searchInputRef={searchInputRef}
|
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} />
|
<EditorContent editor={editor} />
|
||||||
</div>
|
</div>
|
||||||
{linkBubble ? (
|
{linkBubble ? (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue