Fix issue with viewing export dropdown list

There is issue with viewing all the export list
This commit is contained in:
shubhamosmosys 2020-12-17 19:47:15 +05:30 committed by GitHub
parent 5ab0db9690
commit d7e0d3e2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}