Fix sidebar scroll drag

https://feedback.yaak.app/p/endpoinst-scrollbar-not-clickable
This commit is contained in:
Gregory Schier
2025-05-15 07:10:08 -07:00
parent c188435524
commit 21e2a67c1e
4 changed files with 20 additions and 18 deletions

View File

@@ -32,8 +32,8 @@ export function ResizeHandle({
className={classNames(
className,
'group z-10 flex select-none',
// 'bg-fg-info', // For debugging
vertical ? 'w-full h-3 cursor-row-resize' : 'h-full w-3 cursor-col-resize',
// 'bg-info', // For debugging
vertical ? 'w-full h-2 cursor-row-resize' : 'h-full w-2 cursor-col-resize',
justify === 'center' && 'justify-center',
justify === 'end' && 'justify-end',
justify === 'start' && 'justify-start',