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