diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-13 00:00:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 00:00:45 +0000 |
commit | db25f95c33121da9d04a02dc2e77929a5d24a5ce (patch) | |
tree | 8d86126e83f032ac6b20e3de8f1a346ebf93a863 /src/alf | |
parent | b37199a5a02e9957d3f564035004a39190c91a62 (diff) | |
download | voidsky-db25f95c33121da9d04a02dc2e77929a5d24a5ce.tar.zst |
Improved search language select (#7591)
* replace with Menu * new icon for native * hackfix radix dropdown height * fix jsx * reduce language names with lots of variants to what firefox returns from Intl.DisplayNames * more language label simplifications * add collision padding * adjust spacing around and left align title
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/atoms.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index ae89fa2cf..c9db8accc 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -50,6 +50,12 @@ export const atoms = { overflow_hidden: { overflow: 'hidden', }, + /** + * @platform web + */ + overflow_auto: web({ + overflow: 'auto', + }), /* * Width |