diff --git a/documentation/_run/index.php b/documentation/_run/index.php index 538c1c24..1b80418a 100644 --- a/documentation/_run/index.php +++ b/documentation/_run/index.php @@ -10,7 +10,7 @@ - + diff --git a/documentation/assets/base.css b/documentation/assets/base.css index 8401b43e..9ceb36b9 100644 --- a/documentation/assets/base.css +++ b/documentation/assets/base.css @@ -120,7 +120,7 @@ content: ""; } .viewer-header.open + .viewer-content { - max-height: 2000px; + max-height: 2500px; } .options { diff --git a/documentation/examples-content/merging-tooltips.php b/documentation/examples-content/merging-tooltips.php new file mode 100644 index 00000000..a31053c3 --- /dev/null +++ b/documentation/examples-content/merging-tooltips.php @@ -0,0 +1,29 @@ + +

Merging overlapping tooltips

+ +
+ +
+

Issue #1032 asks to merge overlapping tooltips. As this feature is outside the scope of the tooltips-feature in noUiSlider, this example can be used to implement this feature using the event system.

+ +
+
+ + +
+
+ +
+
Initializing the slider
+ +
+ +
+ +
Merging overlapping tooltips
+ +
+ +
+
+
diff --git a/documentation/examples.php b/documentation/examples.php index b28efe8b..be4f2438 100644 --- a/documentation/examples.php +++ b/documentation/examples.php @@ -6,8 +6,9 @@