The intermittent bug filer has `z-index: 1050;` The `#notification-box` has `z-index: 1100;` https://github.com/mozilla/treeherder/blob/fdb62a624378386f05f9b53467433dd3e61b1e89/ui/css/treeherder-notifications.css#L12 There are notifications which also get triggered by the bugfiler, so notifications cannot be put into the background in general. The notification width could be limited.
Bug 1590478 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The custom actions, intermittent bug filer and other modal dialogs have `z-index: 1050;` The `#notification-box` has `z-index: 1100;` https://github.com/mozilla/treeherder/blob/fdb62a624378386f05f9b53467433dd3e61b1e89/ui/css/treeherder-notifications.css#L12 There are notifications which also get triggered by the bugfiler, so notifications cannot be put into the background in general. The notification width could be limited.