From 39b734903496584a62da6bf1d2e5022bdc07739a Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 14 Dec 2016 19:15:53 +0100 Subject: [PATCH] Add CSS to the notifications --- core/static/core/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/static/core/style.css b/core/static/core/style.css index 9a1a9c88..83ed0c49 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -65,9 +65,11 @@ header form { } #notif { display: none; - position: fixed; + position: absolute; background: lightgrey; text-align: center; + overflow: scroll; + max-height: 400px; } #notif li:hover { background: #bcc;