File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/ai-workspace-common/src/components/workspace Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ const DocumentList = () => {
213
213
214
214
return (
215
215
< Spin className = "w-full h-full" spinning = { isRequesting && dataList . length === 0 } >
216
- < div id = "documentScrollableDiv" className = "w-full h-[calc(60vh] overflow-y-auto" >
216
+ < div id = "documentScrollableDiv" className = "w-full h-[calc(60vh-60px) ] overflow-y-auto" >
217
217
{ dataList . length > 0 ? (
218
218
< InfiniteScroll
219
219
dataLength = { dataList . length }
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ const ResourceList = () => {
300
300
301
301
return (
302
302
< Spin className = "w-full h-full" spinning = { isRequesting && dataList . length === 0 } >
303
- < div id = "resourceScrollableDiv" className = "w-full h-[60vh-60px)] overflow-y-auto" >
303
+ < div id = "resourceScrollableDiv" className = "w-full h-[calc( 60vh-60px)] overflow-y-auto" >
304
304
{ dataList . length > 0 ? (
305
305
< InfiniteScroll
306
306
dataLength = { dataList . length }
You can’t perform that action at this time.
0 commit comments