1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-10 13:56:47 +01:00
immich/web/src/lib/components/elements
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
..
buttons feat(web): add skip link to top navigation (#7091) 2024-02-17 21:34:27 -06:00
badge.svelte feat(web): clear failed jobs (#5423) 2023-12-05 02:07:20 +00:00
dropdown.svelte fix: only show scrollbars if needed (#7191) 2024-02-18 20:57:56 -06:00
icon.svelte feat(web): previous button for on-boarding steps (#6178) 2024-01-06 20:01:24 +00:00
table-header.svelte fix(web): sorting options for albums (#5233) 2023-11-26 15:23:43 +00:00