fix(19-01): add min-h-[300px] to LeadTable scroll container to prevent dropdown clipping

This commit is contained in:
2026-06-19 18:04:28 +02:00
parent 9f8eafffb0
commit b0dbd341a9
+1 -1
View File
@@ -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>