diff --git a/docs/styling-guide.md b/docs/styling-guide.md index fa4972b1ae..4586bd0c55 100644 --- a/docs/styling-guide.md +++ b/docs/styling-guide.md @@ -120,17 +120,18 @@ Quickest adoption — add the `.focus-ring` utility class from `util.scss`, whic ## Z-Index Layers -| Variable | Value | Purpose | -| ----------------------- | ----- | ------------------------ | -| `--z-check-done` | 11 | Task done checkbox | -| `--z-main-header` | 12 | Main header | -| `--z-task-title-focus` | 32 | Focused task title | -| `--z-mobile-bottom-nav` | 50 | Mobile bottom navigation | -| `--z-side-nav` | 60 | Side navigation | -| `--z-backdrop` | 222 | Backdrop overlay | -| `--z-add-task-bar` | 999 | Add task bar | -| `--z-search-bar` | 999 | Search bar | -| `--z-tour` | 1001 | Tour overlay | +| Variable | Value | Purpose | +| ------------------------ | ----- | ------------------------ | +| `--z-check-done` | 11 | Task done checkbox | +| `--z-main-header` | 12 | Main header | +| `--z-task-title-focus` | 32 | Focused task title | +| `--z-mobile-bottom-nav` | 50 | Mobile bottom navigation | +| `--z-side-nav` | 60 | Side navigation | +| `--z-backdrop` | 222 | Backdrop overlay | +| `--z-add-task-bar` | 999 | Add task bar | +| `--z-search-bar` | 999 | Search bar | +| `--z-onboarding-presets` | 999 | Onboarding preset screen | +| `--z-tour` | 1001 | Tour overlay | ## Layout Variables diff --git a/src/app/features/onboarding/onboarding-preset-selection.component.html b/src/app/features/onboarding/onboarding-preset-selection.component.html index b2c76775ef..af31617427 100644 --- a/src/app/features/onboarding/onboarding-preset-selection.component.html +++ b/src/app/features/onboarding/onboarding-preset-selection.component.html @@ -33,7 +33,7 @@