From 05fadaa7869804d8daf2af58ce06e3fe913d6215 Mon Sep 17 00:00:00 2001 From: Adrian Carneiro Date: Wed, 6 Nov 2013 15:28:39 -0500 Subject: [PATCH] README.md formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 169ac4a..20bbb05 100644 --- a/README.md +++ b/README.md @@ -75,19 +75,19 @@ When set to true, the scroll works with arrow keys on the keyboard. The element **Default: true** ### suppressScrollX -When set to true, the scroll bar in X axis will not be available, regardless of the content width +When set to true, the scroll bar in X axis will not be available, regardless of the content width. **Default: false** ### suppressScrollY -When set to true, the scroll bar in Y axis will not be available, regardless of the content height +When set to true, the scroll bar in Y axis will not be available, regardless of the content height. **Default: false** ### scrollXMarginOffset -The number of pixels the content width can surpass the container width without enabling the X axis scroll bar. Allows some "wiggle room" or "offset break", so that X axis scroll bar is not enabled just because of a few pixels. +The number of pixels the content width can surpass the container width without enabling the X axis scroll bar. Allows some "wiggle room" or "offset break", so that X axis scroll bar is not enabled just because of a few pixels. **Default: 0** ### scrollYMarginOffset -The number of pixels the content height can surpass the container height without enabling the Y axis scroll bar. Allows some "wiggle room" or "offset break", so that Y axis scroll bar is not enabled just because of a few pixels. +The number of pixels the content height can surpass the container height without enabling the Y axis scroll bar. Allows some "wiggle room" or "offset break", so that Y axis scroll bar is not enabled just because of a few pixels. **Default: 0** How to Use