Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/_components/DocumentSidebar/BlocksTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const BlocksTab = () => {
};

return (
<div className="p-4 space-y-4 flex flex-col flex-1">
<div className="p-4 space-y-4 flex flex-col h-full">
{/* 搜索框 */}
<div className="relative">
<input
Expand Down
Loading