forked from open-webui/open-webui
fix: selector styling issue
This commit is contained in:
parent
ecc841c57d
commit
c2c89525bb
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
||||||
</div>
|
</div>
|
||||||
</DropdownMenu.Trigger>
|
</DropdownMenu.Trigger>
|
||||||
<DropdownMenu.Content
|
<DropdownMenu.Content
|
||||||
class=" z-40 w-full {className} max-w-[calc(100vw-1rem)] justify-start rounded-lg bg-white dark:bg-gray-900 dark:text-white shadow-lg border border-gray-300/30 dark:border-gray-700/50 outline-none "
|
class=" z-40 {className} max-w-[calc(100vw-1rem)] justify-start rounded-lg bg-white dark:bg-gray-900 dark:text-white shadow-lg border border-gray-300/30 dark:border-gray-700/50 outline-none "
|
||||||
transition={flyAndScale}
|
transition={flyAndScale}
|
||||||
side={'bottom-start'}
|
side={'bottom-start'}
|
||||||
sideOffset={4}
|
sideOffset={4}
|
||||||
|
|
Loading…
Reference in a new issue