Scrollview : divide x/y overflow attribute
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 9 Apr 2013 12:22:59 +0000 (21:22 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 14:57:33 +0000 (23:57 +0900)
Change-Id: I55bf16bdf85b55581f4bd53aae602569530c6cd7

src/themes/tizen/common/jquery.mobile.tizen.scrollview.less

index 502c25e..adf14ee 100644 (file)
@@ -5,7 +5,8 @@
 }
 
 .ui-scrollview-view {
-       overflow: visible;
+       overflow-x : hidden;
+       overflow-y : visible;
 }
 
 .ui-scrolllistview .ui-li-divider {