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

@@ -163,7 +163,7 @@ export function Workspace() {
</ErrorBoundary>
</div>
<ResizeHandle
className="-translate-x-3"
className="-translate-x-0.5"
justify="end"
side="right"
isResizing={isResizing}