Skip to content
Merged
Show file tree
Hide file tree
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 web/client/src/library/components/graph/ModelLineage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function GraphControls({ nodes = [] }: { nodes: Node[] }): JSX.Element {
<div className="px-2 flex items-center text-xs text-neutral-400 @container">
<div className="contents">
<Popover
className="flex @lg:hidden bg-none border-none py-1"
className="flex @lg:hidden bg-none border-none"
aria-label="Show lineage node details"
>
<Popover.Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ModelLineageSearch({
className={clsx(
'w-full',
showSearchInput
? 'block absolute left-0 right-0 z-10 pr-10 bg-dark'
? 'block absolute top-0 left-0 right-0 z-10 pr-10 bg-light dark:bg-dark @[40rem]:items-end @[40rem]:justify-end @[40rem]:flex @[40rem]:static @[40rem]:pr-0'
: 'items-end justify-end flex',
)}
>
Expand Down