From 564f4f7c74dacf70d4c3ccb21a89cc9f0360af73 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <57482557+shubhamosmosys@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:53:33 +0530 Subject: [PATCH] Remove unnecessary changes --- resources/sass/_layout.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index be86d0498..e163f06d8 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -272,6 +272,7 @@ body.flexbox { min-height: 50vh; overflow-y: scroll; overflow-x: hidden; + height: 100%; scrollbar-width: none; -ms-overflow-style: none; &::-webkit-scrollbar { @@ -282,9 +283,6 @@ body.flexbox { max-width: 940px; margin: 0 auto; } - .tri-layout-right-contents { - height: 1000px; - } } @include smaller-than($l) {