layout: fix hardcoded image layout in fixed layout documents (#1660)

This commit is contained in:
Huang Xin
2025-07-22 16:40:21 +08:00
committed by GitHub
parent 93071e727f
commit f31c9b2a98
5 changed files with 29 additions and 2 deletions
@@ -216,7 +216,7 @@ const Notebook: React.FC = ({}) => {
}
`}</style>
<div
className='drag-bar absolute left-0 top-0 -m-3 h-full w-0.5 cursor-col-resize p-3'
className='drag-bar absolute left-0 top-0 -m-2 h-full w-0.5 cursor-col-resize bg-transparent p-2'
onMouseDown={handleDragStart}
onTouchStart={handleDragStart}
/>