> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platform.blackmountain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# v2.8.4.1 - ScrollArea & Hydration Fixes

> Fixed scrollable areas and resolved a React hydration error

<Info>
  **Release Date:** February 20, 2026
</Info>

Quick patch to fix scroll behaviour and a React rendering issue.

## Bug Fixes

<AccordionGroup>
  <Accordion title="ScrollArea Fix" icon="check">
    Scrollable areas with max-height constraints now scroll properly instead of clipping content.
  </Accordion>

  <Accordion title="Hydration Fix" icon="check">
    Resolved a nested button error in the assistant selector that caused a React hydration mismatch on page load.
  </Accordion>
</AccordionGroup>
