diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css
index 1b959efd..4d8fa259 100644
--- a/Resources/Scripts/styles/browser.css
+++ b/Resources/Scripts/styles/browser.css
@@ -1,3 +1,11 @@
+/***********/
+/* General */
+/***********/
+
+body {
+  margin: 0;
+}
+
 /***********************/
 /* Redesign scrollbars */
 /***********************/
diff --git a/Resources/Scripts/styles/notification.css b/Resources/Scripts/styles/notification.css
index 2ab1cfcd..e6a7a24c 100644
--- a/Resources/Scripts/styles/notification.css
+++ b/Resources/Scripts/styles/notification.css
@@ -6,6 +6,7 @@ html, body {
   height: auto !important;
   overflow-x: hidden !important;
   overflow-y: auto !important;
+  margin: 0;
 }
 
 body::before {