chore: cleanup

This commit is contained in:
Adam
2026-02-19 14:34:49 -06:00
parent 7729c6d895
commit 40a939f5f0
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}