From f767d3a007b6306a8b50dcafa3c0fcaeed36b74d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 15 May 2013 11:39:46 -0400 Subject: [PATCH] making the toaster notifications have fixed positioning instead of abba-solute --- public/css/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/style.less b/public/css/style.less index 4ddb0fee5b..064d7e318f 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -53,9 +53,9 @@ body { } #notification_window { - position: absolute; + position: fixed; right: 20px; - top: 80px; + top: 60px; width: 300px; height: 0px; }