diff --git a/p/themes/default/freshrss.css b/p/themes/default/freshrss.css index 2b157b27a..86925accc 100644 --- a/p/themes/default/freshrss.css +++ b/p/themes/default/freshrss.css @@ -567,7 +567,7 @@ /*** NOTIFICATION ***/ .notification { - position: fixed; + position: absolute; top: 10px; left: 25%; right: 25%; min-height: 30px; diff --git a/p/themes/flat-design/freshrss.css b/p/themes/flat-design/freshrss.css index 7e3f4c81a..7a1682370 100644 --- a/p/themes/flat-design/freshrss.css +++ b/p/themes/flat-design/freshrss.css @@ -555,7 +555,7 @@ body { /*** NOTIFICATION ***/ .notification { - position: fixed; + position: absolute; top: 10px; left: 25%; right: 25%; min-height: 30px;