Skip to content

Commit

Permalink
patch z-index on tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 18, 2024
1 parent 5d3f721 commit 319f74a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export function ChatTooltips() {
id="similarity-score"
place="top"
delayShow={100}
// z-[99] to ensure it renders above the chat history
// z-[100] to ensure it renders above the chat history
// as the citation modal is z-indexed above the chat history
className="tooltip !text-xs z-[99]"
className="tooltip !text-xs z-[100]"
/>
</>
);
Expand Down

0 comments on commit 319f74a

Please sign in to comment.