@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.

Make Notification menu abs positioned

Summary: Fixes T5537. Makes it so I can scroll and see the bottom of notifications.

Test Plan: Open Notification Menu. Scroll. No longer follows me.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5537

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'c0818fbb', 10 + 'core.pkg.css' => 'a5ff7d87', 11 11 'core.pkg.js' => '14887b3d', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 37 37 'rsrc/css/aphront/typeahead.css' => 'a989b5b3', 38 38 'rsrc/css/application/auth/auth.css' => '1e655982', 39 39 'rsrc/css/application/base/main-menu-view.css' => 'aceca0e9', 40 - 'rsrc/css/application/base/notification-menu.css' => '8ae4a008', 40 + 'rsrc/css/application/base/notification-menu.css' => '5e3b5c86', 41 41 'rsrc/css/application/base/phabricator-application-launch-view.css' => '8b7e271d', 42 42 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', 43 43 'rsrc/css/application/chatlog/chatlog.css' => '852140ff', ··· 730 730 'phabricator-nav-view-css' => '9283c2df', 731 731 'phabricator-notification' => '0c6946e7', 732 732 'phabricator-notification-css' => 'ef2c9b34', 733 - 'phabricator-notification-menu-css' => '8ae4a008', 733 + 'phabricator-notification-menu-css' => '5e3b5c86', 734 734 'phabricator-object-selector-css' => '029a133d', 735 735 'phabricator-phtize' => 'd254d646', 736 736 'phabricator-prefab' => 'bbae734c',
+1 -1
webroot/rsrc/css/application/base/notification-menu.css
··· 25 25 26 26 .device-desktop .phabricator-notification-menu, 27 27 .device-tablet .phabricator-notification-menu { 28 - position: fixed; 28 + position: absolute; 29 29 width: 360px; 30 30 top: 42px; 31 31 }