From fefb7685d850f3d5e822bc55cf7bb81c56d5759a Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Fri, 7 Dec 2018 12:19:04 +0100 Subject: [PATCH] notification block doesn't appear --- src/styles/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/header.scss b/src/styles/header.scss index a150cec..96f5a19 100644 --- a/src/styles/header.scss +++ b/src/styles/header.scss @@ -47,6 +47,7 @@ } #notifications { + display: none; position: absolute; right: 0; bottom: 0;