Up the z-index on the notifications area so it appears above other elements on the page

(imported from commit 8b5337ce4ad939a4653228445903c2b0d285ba5c)
This commit is contained in:
Allen Rabinovich 2013-08-22 11:19:12 -07:00
parent c2be5ca1ef
commit 400dfcb879
1 changed files with 1 additions and 0 deletions

View File

@ -1860,6 +1860,7 @@ table.floating_recipient {
#notifications-area {
position: fixed;
z-index: 10;
bottom: 0px;
right: 20px;
width: 200px;