Fixes #390 added fixed notification area to top

This commit is contained in:
david.rhinehart 2013-02-16 11:04:40 -06:00
parent fb90106f7e
commit b44aa6a039

View file

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