Commit edcdda20 by Kim Eunchul

Merge branch 'feature/1.4.0_kim-ec' into 'feature/1.4.0'

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

See merge request !15
parents 89f7f804 4f133c45
......@@ -3222,6 +3222,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