Merge pull request #2416 from shubhamosmosys/master
Fix issue with viewing export dropdown list
This commit is contained in:
commit
e6ea53b3e6
|
@ -279,6 +279,7 @@ body.flexbox {
|
||||||
min-height: 50vh;
|
min-height: 50vh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
height: 100%;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in New Issue