Fix graph tab height issue (bottom part too low and occluded by notification bar) (#48)

This commit is contained in:
Laurent Nguyen 2020-06-17 19:17:22 +02:00 committed by GitHub
parent 3d9256abc6
commit 4abfcc5e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
@import "../../../../less/Common/Constants";
.tabComponentContainer {
overflow: hidden;
height: 100%;
.flex-display();
.flex-direction();