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] 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 +}