fix(19-01): remove overflow-hidden from LeadTable to allow dropdown overflow
This commit is contained in:
@@ -210,7 +210,7 @@ export function LeadTable({
|
|||||||
options: LeadFieldOptions;
|
options: LeadFieldOptions;
|
||||||
}) {
|
}) {
|
||||||
return (
|
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">
|
<div className="overflow-x-auto">
|
||||||
<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]">
|
||||||
|
|||||||
Reference in New Issue
Block a user