Commit 4f133c45 by Kim Eunchul

#44164 【Check android 1.4.0_2】検索結果を表示した状態で、アラートメッセージを表示すると、アラート部分が途切れる

parent c522e128
......@@ -3192,6 +3192,7 @@ CHK.displayAlert = function(msgCode) {
var positionY = $(document).scrollTop() + screen.height/8;
var height = screen.height/4;
$(".alert-overlay").css("height", screen.height);
$(".alert-area").css("top", positionY);
$(".alert-area").css("min-height", height);
$("body").css("overflow", "hidden");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment