Skip to content

fix(apollo-react): move canvas tooltip higher in stack#667

Merged
BenGSchulz merged 1 commit into
mainfrom
fix/tooltip-stacking
May 11, 2026
Merged

fix(apollo-react): move canvas tooltip higher in stack#667
BenGSchulz merged 1 commit into
mainfrom
fix/tooltip-stacking

Conversation

@BenGSchulz
Copy link
Copy Markdown
Contributor

Moves z-index for CanvasTooltip to 1200 which is above the 1100 used for FloatingCanvasPanel.

Before:
Screenshot 2026-05-08 at 11 34 53 AM

After:
Screenshot 2026-05-08 at 11 34 47 AM

Copilot AI review requested due to automatic review settings May 8, 2026 18:36
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-design 🟢 Ready Preview, Logs May 08, 2026, 11:41:20 AM
apollo-docs 🟢 Ready Preview, Logs May 08, 2026, 11:39:52 AM
apollo-landing 🟢 Ready Preview, Logs May 08, 2026, 11:38:11 AM
apollo-ui-react 🟢 Ready Preview, Logs May 08, 2026, 11:40:04 AM
apollo-vertex 🟢 Ready Preview, Logs May 08, 2026, 11:39:50 AM

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

Dependency License Review

  • 2104 package(s) scanned
  • ✅ No license issues found
  • ⚠️ 15 package(s) excluded (see details below)
License distribution
License Packages
MIT 1825
ISC 104
Apache-2.0 69
BSD-3-Clause 30
BSD-2-Clause 24
Copyright 2022, UiPath, all rights reserved 9
BlueOak-1.0.0 8
MPL-2.0 5
MIT OR Apache-2.0 3
MIT-0 3
Unknown 3
Unlicense 3
CC0-1.0 3
LGPL-3.0-or-later 2
(MIT OR Apache-2.0) 2
Python-2.0 1
CC-BY-4.0 1
(MPL-2.0 OR Apache-2.0) 1
BSD 1
Artistic-2.0 1
(WTFPL OR MIT) 1
(BSD-2-Clause OR MIT OR Apache-2.0) 1
CC-BY-3.0 1
0BSD 1
(MIT OR CC0-1.0) 1
MIT AND ISC 1
Excluded packages
Package Version License Reason
@img/sharp-libvips-linux-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
@img/sharp-libvips-linuxmusl-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
@uipath/apollo-angular-elements 5.86.3 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/apollo-core 4.35.0, 4.35.1 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/apollo-fonts 1.25.8 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/apollo-icons 1.33.7 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/apollo-mui5 2.31.26 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/portal-shell 3.351.4 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/portal-shell-react 3.149.36 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/portal-shell-types 3.325.2 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/portal-shell-util 1.112.0 Copyright 2022, UiPath, all rights reserved UiPath first-party package
@uipath/apollo-lab 25.12.0 Unknown UiPath first-party package
@uipath/telemetry-client-web 5.1.0 Unknown UiPath first-party package
khroma 2.1.0 Unknown MIT per GitHub repo, missing license field in package.json
hyperx 2.5.4 BSD BSD-2-Clause per LICENSE file, non-SPDX "BSD" in package.json

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts canvas tooltip stacking so tooltips render above FloatingCanvasPanel overlays in apollo-react canvas UI.

Changes:

  • Updates CanvasTooltip’s tooltip content to use a higher z-index utility intended to be above the panel’s zIndex: 1100.

Comment thread packages/apollo-react/src/canvas/components/CanvasTooltip.tsx
@BenGSchulz BenGSchulz merged commit 1b7e021 into main May 11, 2026
38 checks passed
@BenGSchulz BenGSchulz deleted the fix/tooltip-stacking branch May 11, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg:apollo-react size:XS 0-9 changed lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants