If there is a long tooltip (popover) at the bottom of the screen then it cannot be read - possibly a z-index issue ?
At least z-index it can be fixed easily,
thus can gain more available screen, and improve this issue
the popover z-index are here: https://github.com/joomla/joomla-cms/blob/staging/media/jui/less/variables.less#L144-L149
we could change it (adding +100 or +1000 to them),
isis and other templates have same variable in their variable.less, but it is overriden by the media/jui/less/variables.less, because of the order of import
Closed as we have a PR #11276
At least z-index it can be fixed easily,
thus can gain more available screen, and improve this issue
the popover z-index are here:
https://github.com/joomla/joomla-cms/blob/staging/media/jui/less/variables.less#L144-L149
we could change it (adding +100 or +1000 to them),
isis and other templates have same variable in their variable.less,
but it is overriden by the media/jui/less/variables.less, because of the order of import