Skip to content

Commit e24683d

Browse files
committed
refac
1 parent 61558d5 commit e24683d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/ModelSelector/Selector.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
>
498498
{#snippet child({ wrapperProps, props, open })}
499499
{#if open}
500-
<div {...wrapperProps}>
500+
<div {...wrapperProps} style="{wrapperProps.style ?? ''}{$mobile ? '; left: 0.5rem !important; width: calc(100vw - 1rem) !important;' : ''}">
501501
<div
502502
{...props}
503503
class="{props.class} z-40 {$mobile

0 commit comments

Comments
 (0)