chore: cleanup
This commit is contained in:
parent
7729c6d895
commit
40a939f5f0
2 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue