1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-19 18:26:46 +01:00
immich/web/src
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
..
lib fix: only show scrollbars if needed (#7191) 2024-02-18 20:57:56 -06:00
routes chore(web): remove createEventDispatcher from LoginForm (#7177) 2024-02-18 12:47:13 -06:00
test-data chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
app.css fix(web): prevent layout change from scrollbar in admin setings (#6482) 2024-01-19 03:30:48 +00:00
app.d.ts feat(web)!: SPA (#5069) 2023-11-17 22:13:36 -06:00
app.html feat(web): auto switch theme (#6176) 2024-01-07 00:15:25 +00:00
hooks.client.ts feat(web)!: SPA (#5069) 2023-11-17 22:13:36 -06:00