mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-23 17:50:10 +01:00
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
This commit is contained in:
parent
a75da4efac
commit
c5e504ff5e
2 changed files with 3 additions and 1 deletions
|
@ -2197,7 +2197,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-notification-css' =>
|
||||
array(
|
||||
'uri' => '/res/1ed48691/rsrc/css/aphront/notification.css',
|
||||
'uri' => '/res/77e8c821/rsrc/css/aphront/notification.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
bottom: 24px;
|
||||
left: 24px;
|
||||
|
||||
z-index: 7;
|
||||
}
|
||||
|
||||
.jx-notification {
|
||||
|
|
Loading…
Add table
Reference in a new issue