From cceac59839dfc2877617b943848b9681a3f94678 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 17 Nov 2020 16:49:33 +0100
Subject: [PATCH] fix: beta tag

---
 src/styles/base/header.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/styles/base/header.scss b/src/styles/base/header.scss
index ebab4bc1..cbc0b8f0 100644
--- a/src/styles/base/header.scss
+++ b/src/styles/base/header.scss
@@ -47,7 +47,7 @@
         border-radius: 3px;
         background: var(--color-primary);
         color: var(--color-white);
-        position: absolute;
+        position: fixed;
         top: 12px;
         left: 267px;
       }
-- 
GitLab