From 83c8dafaa6207cf5b243793c0b9649a79b5f351c Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de>
Date: Wed, 28 Jul 2021 10:10:01 +0200
Subject: [PATCH] keep the iFrame content always fully visible

---
 .../shared/quiz-now/quiz-now.component.scss   | 26 +------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/src/app/components/shared/quiz-now/quiz-now.component.scss b/src/app/components/shared/quiz-now/quiz-now.component.scss
index 93a37d5b0..c4785b368 100644
--- a/src/app/components/shared/quiz-now/quiz-now.component.scss
+++ b/src/app/components/shared/quiz-now/quiz-now.component.scss
@@ -9,34 +9,10 @@ iframe {
 
 .responsive-iframe {
   position: absolute;
-  top: 6%;
+  top: 56px;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
 }
-
-@media only screen and (max-width: 600px) {
-  .responsive-iframe {
-    top: 10%;
-  }
-}
-
-@media only screen and (max-width: 768px) {
-  .responsive-iframe {
-    top: 9%;
-  }
-}
-
-@media only screen and (max-width: 992px) {
-  .responsive-iframe {
-    top: 8%;
-  }
-}
-
-@media only screen and (max-width: 1200px) {
-  .responsive-iframe {
-    top: 7%;
-  }
-}
-- 
GitLab