Labels |
Added:
?
|
No, that's not the issue. I intentionally scrolled down before making the screenshot to showcase that tooltip falls out of viewport. Bootstrap tooltips/popovers don't have this issue.
Whatever is the cause it used to work correctly. it is such an obvious issue it would never habe been merged like this. So there is a change somewhere since this was merged
No, it was always like this. These tooltips can't position themselves based on available space. Not sure if this can be done with CSS alone. I just want to point out that we'll start running into this issue more often if the intention is to replace BS tooltips with these.
Also, a more specific selector should be used. Have you seen #25161 (comment)?
Brian, try scrolling down a little bit more so that the search input is inline with the top of the viewport.
If I remember the code for this, it's just basic CSS. There's no JS involved, so it won't change direction based on available space. BS tooltips (popperJs) do this but I don't think core uses them anymore
Without actually firing up the page, I can't actually see any z-index issues based on looking at the SCSS. The tooltip has a higher z-indez than the header.
While I wrote z-index that might not be the problem but it was easy to use as a description of the problem
Priority | Medium | ⇒ | Low |
Status | New | ⇒ | Confirmed |
Build | staging | ⇒ | 4.0-dev |
Category | ⇒ | Administration Layout |
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-07 14:06:28 |
Closed_By | ⇒ | brianteeman |
That is completely unrelated. This issue is not resolved.
Status | Closed | ⇒ | New |
Closed_Date | 2020-03-07 14:06:28 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Status | New | ⇒ | Confirmed |
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-25 17:43:10 |
Closed_By | ⇒ | SharkyKZ |
It's a zindex issue on the header