immich
immich copied to clipboard
Fix web small UI improvements
- add slight background asset viewer navbar so that buttons are more visible
- scroll only the page content and not the sidebar (maybe this can be improved, needed a conditional wrapper to handle the photos tab)

The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| immich | ⬜️ Ignored (Inspect) | Visit Preview | May 9, 2023 2:26pm |
Can you please add screenshots to where applicable. Thank you
The z-indexes are still not quite right, because the modal backdrop no longer covers the navigation bar and sidebar. If only the map is overlapping the sidebar, you can also create a new stacking context by adding relative z-0 to the map wrapper. Then the changes you made to z-index are no longer needed.