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 apps/web/src/components/skills/SkillsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export function SkillsPage(props: {

return (
<SidebarInset>
<div className="flex h-full min-h-0 flex-col">
<div className="flex h-full min-h-0 flex-col overflow-hidden">
<div className="border-b px-4 py-3 sm:px-6">
<div className="flex items-center gap-3">
<SidebarTrigger />
Expand Down
Loading