cypress-io / cypress-design

Find here all the components to build UI with the Cypress Brand

Home Page:https://design.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip leaves page

jaimefps opened this issue · comments

Screen Shot 2023-06-12 at 8 30 44 PM

Issue:
When the tooltip is close to the side of the screen, if leaves bleeds out of the page and cuts the content.

Expected behavior:
The tooltip automatically adjusts to keep all content within view.

It will be a bit of work to detect collision, at open and at scroll/resize.
I think the floating-dom library we are using can do this.

Let me check it out.