From b44aa6a039968b8b2a914e072df2e4a355a826b6 Mon Sep 17 00:00:00 2001 From: "david.rhinehart" Date: Sat, 16 Feb 2013 11:04:40 -0600 Subject: [PATCH] Fixes #390 added fixed notification area to top --- styles/app/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/app/index.styl b/styles/app/index.styl index d926b488d4..1288cc0c8b 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -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; \ No newline at end of file