Merge pull request #2416 from shubhamosmosys/master

Fix issue with viewing export dropdown list
This commit is contained in:
Dan Brown 2021-01-02 15:36:35 +00:00 committed by GitHub
commit e6ea53b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,7 @@ body.flexbox {
min-height: 50vh;
overflow-y: scroll;
overflow-x: hidden;
height: 100%;
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
@ -357,4 +358,4 @@ body.flexbox {
margin-inline-start: 0;
margin-inline-end: 0;
}
}
}