fix(19-01): add min-h-[300px] to LeadTable scroll container to prevent dropdown clipping
This commit is contained in:
@@ -211,7 +211,7 @@ export function LeadTable({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="bg-white rounded-xl border border-[#e5e7eb]">
|
<div className="bg-white rounded-xl border border-[#e5e7eb]">
|
||||||
<div className="overflow-x-auto">
|
<div className="overflow-x-auto min-h-[300px]">
|
||||||
<table className="w-full text-sm">
|
<table className="w-full text-sm">
|
||||||
<thead className="bg-[#f9f9f9] border-b border-[#e5e7eb] sticky top-0 z-[1]">
|
<thead className="bg-[#f9f9f9] border-b border-[#e5e7eb] sticky top-0 z-[1]">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user