mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
fix(editor): apply dark scrollbar styling to rich markdown editor (#886)
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user