From d5ef529438111bc3421e8a041396e6b61b609bd2 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Fri, 14 Jun 2013 21:36:47 +0900 Subject: [PATCH] Modify README.md. The requirement that force just one content element is gone. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 68f048e..c5e71bd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Requirements To make this plugin *perfect*, some requirements were not avoidable. But they're all very trivial and there's nothing to worry about. -* there must be the *one* content element(like div) for the container. * the container must have a 'position' css style. * the scrollbar's position must be 'absolute'. * the scrollbar-x must have a 'bottom' css style, and the scrollbar-y must have a 'right' css style.