🌍: 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:
Marco Beretta 2023-11-28 23:42:31 +01:00 committed by GitHub
parent 822914d521
commit 3838ff4617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 640 additions and 320 deletions

View file

@ -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,
)}