diff options
author | Koeun Choi <koeun.choi@samsung.com> | 2013-04-01 17:18:05 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-03 22:50:39 +0900 |
commit | 361834adac99655d9bd45ef4be0d2f55e2ba0540 (patch) | |
tree | e2a9e8988665a03dedb12fffed667e746c09ce63 /src/themes/tizen | |
parent | 11ae343aadd783dcf32389dbf6bb9a7681a603ee (diff) | |
download | web-ui-fw-361834adac99655d9bd45ef4be0d2f55e2ba0540.tar.gz web-ui-fw-361834adac99655d9bd45ef4be0d2f55e2ba0540.tar.bz2 web-ui-fw-361834adac99655d9bd45ef4be0d2f55e2ba0540.zip |
scrollview : remove overflow-x property
Change-Id: Ie279ef7a033d2a2377bed1df1fd51a4395c30f05
Diffstat (limited to 'src/themes/tizen')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.scrollview.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less b/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less index bcb1c271..502c25e3 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less @@ -6,7 +6,6 @@ .ui-scrollview-view { overflow: visible; - overflow-x: hidden; } .ui-scrolllistview .ui-li-divider { |