diff --git a/documentation/more.php b/documentation/more.php index 18dbe0c0..26b45b3a 100644 --- a/documentation/more.php +++ b/documentation/more.php @@ -160,7 +160,7 @@
If your styling system doesn't match the convention in noUiSlider, you can use the cssPrefix
and cssClasses
options to reconfigure the markup.
noUiSlider listens to events on the .noUi-base
element. To add padding on the .noUi-target
element and contain handles within the slider width, .noUi-base
needs to be extended. This can be done using CSS :before
and :after
pseudo-elements. An example is included to the right.
When adding padding to .noUi-target
, you'll notice the .noUi-connect
elements don't fill the slider width. This can be fixed by increasing the size of .noUi-connects
. An example is included to the right.