Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 frontend/src/components/ui/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NavigationMenu = React.forwardRef<
orientation === "horizontal" &&
"max-w-max flex-1 items-center justify-center",
orientation === "vertical" && "",
"relative z-10",
"relative z-50",
className,
)}
orientation={orientation}
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/css/app/Cell.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
overflow: auto;
}

&:hover .output-area,
&:focus-within .output-area {
overflow: visible !important;
Comment thread
ralphptorres marked this conversation as resolved.
Outdated
}
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
Outdated

/* Special case for particular components */

.output-area:has(
Expand Down
Loading