mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 11:30:27 -05:00
add scrolling to submission overview table
This commit is contained in:
@@ -94,7 +94,7 @@ export default function OverviewResults() {
|
||||
{["email", "number", "phone", "search", "text", "textarea", "url"].includes(
|
||||
elem.type
|
||||
) ? (
|
||||
<div>
|
||||
<div className="max-h-96 overflow-auto">
|
||||
<Table
|
||||
submissions={filteredSubmissions}
|
||||
schema={form.schema}
|
||||
|
||||
Reference in New Issue
Block a user