Scroller

When a tooltip is too tall and goes beyond the screen limits, you can scroll through its content.

File Details

scrollable-tooltips-1.0.3

  • R
  • Apr 8, 2026
  • 10.27 KB
  • 170
  • 1.21.1
  • Fabric

File Name

scrollable-tooltips-1.0.3-patched.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:scroller-1490734:7893281"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Scrollable Tooltips – Update Notes

Overview

This update focuses on improving tooltip readability, especially for long descriptions and edge-of-screen rendering. Several issues related to scrolling behavior and clipping have been resolved.


Changes

  • Fixed an issue where the item name (title) would scroll together with the content
  • Implemented a fixed header system: the first line now remains static while only the content below scrolls
  • Improved tooltip clipping logic to reduce text overlapping and visual glitches when handling large amounts of text
  • Enhanced scrolling behavior with smoother interpolation, replacing rigid step-based movement
  • Fixed cases where tooltips near screen edges would cause content to be cut off, disappear, or render as empty space
  • Adjusted clipping logic to prevent text from being incorrectly hidden near the right screen boundary

Key Improvements

  • Better readability for long tooltips (e.g. affixes, stats, skill descriptions)
  • Stable rendering when tooltips are close to screen edges
  • More natural and responsive scrolling experience

Version History

  • 1.0.1

    • Introduced fixed header (non-scrolling title)
    • Added smooth scrolling behavior
  • 1.0.2

    • Improved clipping boundaries
    • Reduced visual issues with long tooltips
  • 1.0.3

    • Fixed right-edge rendering issue where text could disappear
    • Adjusted horizontal clipping behavior