diff --git a/src/templates/base.html b/src/templates/base.html
index 2cf912ffb881bc2b8cd14c20948f366a21b4b52d..06849d276ae778da669496f2e8a8167ad4a7ae83 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" %}