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

Put scrollbar underneath haunted comment panel

Summary: Fixes T7513. This is consistent with the behavior of an OS scrollbar.

Test Plan: Scrolled with haunting.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T7513

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

+7 -7
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '6408f2d3', 10 + 'core.pkg.css' => '70320e8a', 11 11 'core.pkg.js' => '5a1c336d', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '5f5d3a4c', ··· 107 107 'rsrc/css/core/core.css' => '86bfbe8c', 108 108 'rsrc/css/core/remarkup.css' => '2dbff225', 109 109 'rsrc/css/core/syntax.css' => '56c1ba38', 110 - 'rsrc/css/core/z-index.css' => '9ec70c03', 110 + 'rsrc/css/core/z-index.css' => '2db67397', 111 111 'rsrc/css/diviner/diviner-shared.css' => '38813222', 112 112 'rsrc/css/font/font-awesome.css' => 'ae9a7b4d', 113 113 'rsrc/css/font/font-source-sans-pro.css' => '0d859f60', ··· 757 757 'phabricator-uiexample-reactor-select' => 'a155550f', 758 758 'phabricator-uiexample-reactor-sendclass' => '1def2711', 759 759 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 760 - 'phabricator-zindex-css' => '9ec70c03', 760 + 'phabricator-zindex-css' => '2db67397', 761 761 'phame-css' => '88bd4705', 762 762 'pholio-css' => '95174bdd', 763 763 'pholio-edit-css' => '3ad9d1ee',
+4 -4
webroot/rsrc/css/core/z-index.css
··· 85 85 z-index: 6; 86 86 } 87 87 88 + .jx-scrollbar-bar { 89 + z-index: 7; 90 + } 91 + 88 92 .differential-haunt-mode-1 .differential-add-comment-panel, 89 93 .differential-haunt-mode-2 .differential-add-comment-panel { 90 94 z-index: 8; 91 95 } 92 96 93 97 .device-desktop .phabricator-notification-menu { 94 - z-index: 9; 95 - } 96 - 97 - .jx-scrollbar-bar { 98 98 z-index: 9; 99 99 } 100 100