From d661360427dcd47d53fb458291d27da469b616b2 Mon Sep 17 00:00:00 2001
From: Zack Wong <coffee@ucc.asn.au>
Date: Sun, 24 Feb 2019 21:36:51 +0800
Subject: [PATCH] change watermark position

---
 src/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/base.html b/src/templates/base.html
index 2cf912f..06849d2 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -96,7 +96,7 @@
 <div class="watermark">{{DEPLOYMENT_ENV}}</div>
 <style>
   .watermark {
-	position: absolute;
+	position: fixed;
 	transform: translate(-50%, -50%);
 	opacity: 0.3;
 	{% if DEPLOYMENT_ENV == "STAGE" %}
-- 
GitLab