fix(desktop): align session history scrollbar with window edge (#9601)

Signed-off-by: Denis <i@deenyy.ru>
Co-authored-by: Denis <i@deenyy.ru>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bdeenyy
2026-06-16 21:39:42 +03:00
committed by GitHub
parent 722b3c4c85
commit b9af83b760
@@ -945,9 +945,9 @@ const SessionListView: React.FC<SessionListViewProps> = React.memo(
</div>
</div>
<div className="flex-1 min-h-0 relative px-8">
<div className="flex-1 min-h-0 relative">
<ScrollArea handleScroll={handleScroll} className="h-full" data-search-scroll-area>
<div ref={containerRef} className="h-full relative">
<div ref={containerRef} className="h-full relative px-8">
<SearchView
onSearch={handleSearch}
className="relative"