On mobile device
Note: fixed css is below in 'additional comments'
Tooltip is fully displayed in the view
Tooltip is running off screen
change to:
// reveal associated tooltip on focus
:focus + [role="tooltip"],
:hover + [role="tooltip"] {
display: block;
position: absolute;
overflow-wrap: break-word;
max-width: 100%;
white-space: normal;
}
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-06-06 10:08:59 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request. Please test #45571 . Thanks in advance.