diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-31 21:24:53 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-31 21:24:53 -1000 |
| commit | e0e0dc11195c0e0516b45975de51df1dc98f83de (patch) | |
| tree | 14640c12b85550d50b52c8dcf956dd90de54faea | |
| parent | f9127d5272042f4980ece8b39a47613f95eeaf8e (diff) | |
Update z-index hierarchy in DESIGN.md
Document dropdowns/popups at z-100 for proper layering.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | DESIGN.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,9 +189,9 @@ BuildTimeline(ctx, store, calendarClient, tasksClient, start, end) |-------|---------|---------| | Content | default | Page content | | Sticky headers | z-10 | Timeline section headers | -| Details dropdown | z-30 | Navigation dropdown menu | | FAB button | z-50 | Floating action button | | Modals | z-50 | Action modal, edit modal | +| Dropdowns/Popups | z-100 | Navigation dropdown, context menus | ### Typography |
