Skip to content

Commit

Permalink
fix(web): storage file list hidden (labring#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuedanlabs committed Jul 5, 2023
1 parent 918c8d3 commit 82670c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/app/storages/mods/FileList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default function FileList() {
TODO: 文件数: {currentStorage?.name}
</span> */}
</Panel.Header>
<div className="flex-grow overflow-hidden px-2 pb-2">
<div className="flex-grow overflow-y-scroll px-2 pb-2">
{query.isFetching ? (
<Center className="bg-white-200 h-full opacity-60">
<Spinner size="lg" />
Expand Down

0 comments on commit 82670c1

Please sign in to comment.