mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 14:17:05 +00:00
Fixes #390 added fixed notification area to top
This commit is contained in:
parent
fb90106f7e
commit
b44aa6a039
1 changed files with 2 additions and 2 deletions
|
|
@ -194,6 +194,6 @@ html,body,p,h1,ul,li,table,tr,th,td
|
|||
z-index:1500
|
||||
#notification-area
|
||||
position: fixed;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
top: 0;
|
||||
right: 0px;
|
||||
z-index: 1001;
|
||||
Loading…
Reference in a new issue