File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export const CommandPalette = () => {
170
170
} ) ,
171
171
] }
172
172
editable = { false }
173
- className = "prose-sm rounded-md editor border-gray-subtle border overflow-scroll max-h-96"
173
+ className = "prose-sm rounded-md editor border-gray-subtle border overflow-auto max-h-96"
174
174
value = { response }
175
175
/>
176
176
< div className = "flex justify-end space-x-2" >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const Results = () => {
42
42
return (
43
43
< >
44
44
{ queryResult ? (
45
- < div className = "mx-3 inline-block py-2 align-middle" >
45
+ < div className = "mx-3 inline-block py-2 align-middle overflow-auto " >
46
46
< div className = "flex flex-1 flex-col items-center justify-center space-y-3" >
47
47
< Table >
48
48
< TableHeader >
You can’t perform that action at this time.
0 commit comments