immich/web/src/lib/components/forms
Thomas 0795410a41
fix: only show scrollbars if needed (#7191)
The class 'overflow-y-scroll' will always show the scrollbar. Changing
this to 'overflow-y-auto' will only show the scrollbar when needed.

All instances of the 'overflow-y-scroll' class have been changed.

Fixes: #7190
2024-02-18 20:57:56 -06:00
..
admin-registration-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
api-key-form.svelte fix(web) display wrong apikey-name on edit (#7131) 2024-02-16 16:01:44 -05:00
api-key-secret.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
change-password-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
create-user-form.svelte fix: only show scrollbars if needed (#7191) 2024-02-18 20:57:56 -06:00
edit-album-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
edit-user-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
library-exclusion-pattern-form.svelte fix(web): Handle duplicate library settings gracefully (#6950) 2024-02-09 00:09:09 +00:00
library-import-path-form.svelte fix(web): Handle duplicate library settings gracefully (#6950) 2024-02-09 00:09:09 +00:00
library-import-paths-form.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
library-rename-form.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
library-scan-settings-form.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
login-form.svelte chore(web): remove createEventDispatcher from LoginForm (#7177) 2024-02-18 12:47:13 -06:00