chore: cleanup

This commit is contained in:
Adam 2026-02-19 14:34:49 -06:00
commit 40a939f5f0
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 2 additions and 1 deletions

View file

@ -166,7 +166,7 @@ const SessionHoverPreview = (props: {
when={props.hoverReady()}
fallback={<div class="text-12-regular text-text-weak">{props.language.t("session.messages.loading")}</div>}
>
<div class="overflow-y-auto max-h-72 h-full">
<div class="overflow-y-auto overflow-x-hidden max-h-72 h-full">
<MessageNav
messages={props.hoverMessages() ?? []}
current={undefined}