chore: cleanup
This commit is contained in:
@@ -166,7 +166,7 @@ const SessionHoverPreview = (props: {
|
|||||||
when={props.hoverReady()}
|
when={props.hoverReady()}
|
||||||
fallback={<div class="text-12-regular text-text-weak">{props.language.t("session.messages.loading")}</div>}
|
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
|
<MessageNav
|
||||||
messages={props.hoverMessages() ?? []}
|
messages={props.hoverMessages() ?? []}
|
||||||
current={undefined}
|
current={undefined}
|
||||||
|
|||||||
@@ -108,6 +108,7 @@
|
|||||||
background: var(--surface-raised-stronger-non-alpha);
|
background: var(--surface-raised-stronger-non-alpha);
|
||||||
max-height: calc(100vh - 6rem);
|
max-height: calc(100vh - 6rem);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
/* border/shadow-xs/base */
|
/* border/shadow-xs/base */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
|
|||||||
Reference in New Issue
Block a user