Fix height sizing for timeline.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:21 -07:00
parent b17907a2c7
commit 37467eff8c
2 changed files with 60 additions and 12 deletions
+8
View File
@@ -6,6 +6,14 @@
display: block;
}
div.timeline {
height: 100%;
}
.vis-timeline {
border: hidden;
}
.vis-item {
border-color: var(--primary-color);
background: none;