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;