mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218)
* italian translation * some translation fixes + dutch translation * fix(Dropdown) more dynamic * fix(Nl) * fix(Nl) * added comment in Nl.tsx
This commit is contained in:
parent
822914d521
commit
3838ff4617
11 changed files with 640 additions and 320 deletions
|
|
@ -86,10 +86,9 @@ const Dropdown: FC<DropdownProps> = ({
|
|||
</svg>
|
||||
</span>
|
||||
</Listbox.Button>
|
||||
|
||||
<Listbox.Options
|
||||
className={cn(
|
||||
'max-h-90 absolute z-50 mt-1 overflow-auto rounded-md shadow-lg transition-opacity focus:outline-none',
|
||||
'absolute z-50 mt-1 max-h-[40vh] overflow-auto rounded-md shadow-lg transition-opacity focus:outline-none',
|
||||
currentThemeStyle,
|
||||
className,
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue