From b77b184d599be648c043084d67bf0d90c9e242aa Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Tue, 23 Nov 2021 17:51:59 +0100
Subject: [PATCH] [player] Use important! for setting the margin of the body

This avoids duplicate scrollbars in TestStudio
---
 projects/player/src/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/player/src/styles.css b/projects/player/src/styles.css
index 2bc7576b2..df5bded20 100644
--- a/projects/player/src/styles.css
+++ b/projects/player/src/styles.css
@@ -1,5 +1,5 @@
 body {
   overflow: hidden;
-  margin: 0;
+  margin: 0 !important;
   font-family: 'Roboto', sans-serif
 }
-- 
GitLab