Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the contents of an ember-basic-dropdown have `z-index: 1000`, while an osf-dialog had `z-index: 1100` -- when a dropdown is inside a dialog, this is a problem (the dropdown is hidden behind the dialog) however, osf-dialog should be in front of the branded navbar, which has `z-index: 999` -- this fix bumps branded-navbar down to `998` and osf-dialog down to `999`, both safely behind the dropdown at `1000`.
- Loading branch information