From fefb7685d850f3d5e822bc55cf7bb81c56d5759a Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
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 a150cec0..96f5a19c 100644
--- a/src/styles/header.scss
+++ b/src/styles/header.scss
@@ -47,6 +47,7 @@
 }
 
 #notifications {
+  display: none;
   position: absolute;
   right: 0;
   bottom: 0;
-- 
GitLab