diff options
author | Jinhyuk Jun <jinhyuk.jun@samsung.com> | 2013-03-29 16:27:04 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-03-30 21:49:10 +0900 |
commit | 07fac52ab209de5aaf16eeaaf15dd5bd6a6ab402 (patch) | |
tree | 048cdf9bcf4841f52e2da8e9f01b8188b067336e /src/themes/tizen | |
parent | 7ac5676ee6c8c646a004001d7739a4e3c2faacac (diff) | |
download | web-ui-fw-07fac52ab209de5aaf16eeaaf15dd5bd6a6ab402.tar.gz web-ui-fw-07fac52ab209de5aaf16eeaaf15dd5bd6a6ab402.tar.bz2 web-ui-fw-07fac52ab209de5aaf16eeaaf15dd5bd6a6ab402.zip |
JQM Navigation : remove page min-height
remove JQM's page min-height calculation, tizen-web-ui using content's min-height calculation to get min scrollview height
Change-Id: I2184867d5a157c3abccfc136c90ef7231394a7e4
Diffstat (limited to 'src/themes/tizen')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.core.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.core.less b/src/themes/tizen/common/jquery.mobile.core.less index 31d96637..41048ba2 100644 --- a/src/themes/tizen/common/jquery.mobile.core.less +++ b/src/themes/tizen/common/jquery.mobile.core.less @@ -18,7 +18,7 @@ .ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* "page" containers - full-screen views, one should always be in view post-pageload */ -.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; } +.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; position: absolute; display: none; border: 0; } .ui-mobile .ui-page-active { display: block; overflow: visible; } /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */ |