fix: wider middle column, narrower detail pane, horizontal scrollbar in table view
This commit is contained in:
@@ -753,7 +753,7 @@ export function ContactList({
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-full" data-testid="contact-table-view">
|
||||
<div ref={scrollRef} className="flex-1 overflow-auto" style={{ maxHeight: '70vh' }}>
|
||||
<div ref={scrollRef} className="flex-1 overflow-x-auto overflow-y-auto">
|
||||
<table
|
||||
className="text-sm"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user