Skip to content

Commit

Permalink
Merge pull request #3016 from vodkaslime/main
Browse files Browse the repository at this point in the history
fix: make editor div relative to fix DnD
  • Loading branch information
zbeyens authored Mar 7, 2024
2 parents 24514fd + e128b10 commit 49553ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default function PlateEditor() {
<div
ref={containerRef}
className={cn(
'relative',
// Block selection
'[&_.slate-start-area-left]:!w-[64px] [&_.slate-start-area-right]:!w-[64px] [&_.slate-start-area-top]:!h-4'
)}
Expand Down

0 comments on commit 49553ba

Please sign in to comment.