From d7e0d3e2d6c66891f3466a47578185819dcaa863 Mon Sep 17 00:00:00 2001 From: shubhamosmosys <57482557+shubhamosmosys@users.noreply.github.com> Date: Thu, 17 Dec 2020 19:47:15 +0530 Subject: [PATCH 1/2] Fix issue with viewing export dropdown list There is issue with viewing all the export list --- resources/sass/_layout.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index c4e412f0e..be86d0498 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -282,6 +282,9 @@ body.flexbox { max-width: 940px; margin: 0 auto; } + .tri-layout-right-contents { + height: 1000px; + } } @include smaller-than($l) { @@ -350,4 +353,4 @@ body.flexbox { margin-inline-start: 0; margin-inline-end: 0; } -} \ No newline at end of file +} 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 2/2] 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) {