Hover text renders behind crafting recipe in manuals
luckyu19 opened this issue ยท 2 comments
Mantle version 1.16.5-1.6.123
As shown in screenshot.
Doesn't happen with all instances, for example this won't happen with modifiers page, I assume they are of different type.
Related to #4626
81d0b42 fixes this by preventing tooltips from going outside the page (to fix another bug with the book UI at the edge of the screen). If we ever fix the screen edge bug in a more proper way we will have to look at this issue again (in my testing, its as simple as moving both tooltips to be drawn last)