Popup : change liststyle height to max-height
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Sun, 23 Jun 2013 06:09:55 +0000 (15:09 +0900)
committerhjnim.kim <hjnim.kim@samsung.com>
Sun, 23 Jun 2013 12:53:43 +0000 (21:53 +0900)
Change-Id: I58fba20ba59857bde98d82c8cfb3215edc40afd0

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

index bdbe7ca..37d4119 100644 (file)
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 256 * @unit_base;
+                       max-height: 256 * @unit_base;
                }
        }
 
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 256 * @unit_base;
+                       max-height: 256 * @unit_base;
                }
                .ui-popup-button-bg {
                        .ui-btn {
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 256 * @unit_base;
+                       max-height: 256 * @unit_base;
                }
                .ui-popup-button-bg {
                        .ui-btn {