[FIX][12.0] web_timeline: Scroll Issue.

This commit is contained in:
HemanginiPatel
2019-07-10 12:12:22 +05:30
committed by Alexandre Díaz
parent 0de1d6b3c7
commit c613677cc8
4 changed files with 44 additions and 1 deletions

View File

@@ -29,3 +29,35 @@
left: 0px;
top: 0px;
}
.vis-labelset {
position: relative;
width: 100%;
height: 100%;
overflow: visible !important;
}
.vis-labelset .vis-label:first-child {
background: lightgrey;
position: sticky;
top: 0px !important;
z-index: 999;
max-height: 100px;
height: 100px !important;
display: -webkit-flex;
}
.vis-foreground .vis-group:first-child {
background: lightgrey;
position: sticky;
top: 0px !important;
z-index: 999;
max-height: 100px;
height: 100px !important;
display: -webkit-flex;
overflow: auto;
}
.vis-background .vis-group:nth-child(2) .vis-line{
display:none !important;
}