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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user