@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Z-index to notifications

Summary:
Currently, notifications aren't z-indexed so they can end up underneath some other elements:

{F13144}

Fix this so they float correctly.

Test Plan: {F13166}

Reviewers: jungejason, btrahan

Reviewed By: jungejason

CC: aran

Maniphest Tasks: T1398

Differential Revision: https://secure.phabricator.com/D2834

+3 -1
+1 -1
src/__celerity_resource_map__.php
··· 2197 2197 ), 2198 2198 'phabricator-notification-css' => 2199 2199 array( 2200 - 'uri' => '/res/1ed48691/rsrc/css/aphront/notification.css', 2200 + 'uri' => '/res/77e8c821/rsrc/css/aphront/notification.css', 2201 2201 'type' => 'css', 2202 2202 'requires' => 2203 2203 array(
+2
webroot/rsrc/css/aphront/notification.css
··· 7 7 8 8 bottom: 24px; 9 9 left: 24px; 10 + 11 + z-index: 7; 10 12 } 11 13 12 14 .jx-notification {