From 1cbcad7a12983fdc14ed9cbc8ff689c7ece84542 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 1 Jul 2012 00:56:37 +0200 Subject: [PATCH] Notifications stick to bottom --- couchpotato/static/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index d86fbbd6..f5630f33 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -581,7 +581,7 @@ body > .spinner, .mask{ } .messages { - position: absolute; + position: fixed; right: 0; bottom: 0; padding: 2px;