diff --git a/js/dos/ext/vis/examples/timeline/items/rangeOverflowItem.html b/js/dos/ext/vis/examples/timeline/items/rangeOverflowItem.html new file mode 100644 index 0000000..12582a6 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/items/rangeOverflowItem.html @@ -0,0 +1,54 @@ + + + + Timeline | Range overflow + + + + + + + + + +

+ In case of ranges being spread over a wide range of time, it can be interesting to have the text contents of the ranges overflow the box. This can be achieved by changing the overflow property of the contents to visible with css: +

+
+.vis-item .vis-item-overflow {
+  overflow: visible;
+}
+
+ +
+ + + + \ No newline at end of file