fix(19-01): remove overflow-hidden from LeadTable to allow dropdown overflow

This commit is contained in:
2026-06-19 18:00:15 +02:00
parent 34be9341bb
commit 9f8eafffb0
+1 -1
View File
@@ -210,7 +210,7 @@ export function LeadTable({
options: LeadFieldOptions;
}) {
return (
<div className="bg-white rounded-xl border border-[#e5e7eb] overflow-hidden">
<div className="bg-white rounded-xl border border-[#e5e7eb]">
<div className="overflow-x-auto">
<table className="w-full text-sm">
<thead className="bg-[#f9f9f9] border-b border-[#e5e7eb] sticky top-0 z-[1]">