From 075b55c8b04c763bde916bb2ff15ae03bee364e0 Mon Sep 17 00:00:00 2001 From: muhammadqamar Date: Tue, 6 Feb 2024 17:36:00 +0500 Subject: [PATCH] fix screen size --- src/components/ExistingActivitySearchContainer/styles.scss | 6 +++--- src/components/H5PImageUploadContainer/styles.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/ExistingActivitySearchContainer/styles.scss b/src/components/ExistingActivitySearchContainer/styles.scss index d301806e2..8ae2fa7db 100644 --- a/src/components/ExistingActivitySearchContainer/styles.scss +++ b/src/components/ExistingActivitySearchContainer/styles.scss @@ -17,7 +17,7 @@ } iframe.h5p-editor-iframe { - height: 997px !important; + // min-height: 997px !important; } body #root { display: block !important; @@ -32,5 +32,5 @@ body #root { } .footer-info { - color: #084892; -} \ No newline at end of file + color: #084892; +} diff --git a/src/components/H5PImageUploadContainer/styles.scss b/src/components/H5PImageUploadContainer/styles.scss index d301806e2..8ae2fa7db 100644 --- a/src/components/H5PImageUploadContainer/styles.scss +++ b/src/components/H5PImageUploadContainer/styles.scss @@ -17,7 +17,7 @@ } iframe.h5p-editor-iframe { - height: 997px !important; + // min-height: 997px !important; } body #root { display: block !important; @@ -32,5 +32,5 @@ body #root { } .footer-info { - color: #084892; -} \ No newline at end of file + color: #084892; +}