Commit 94b79a77 by Kim Eunchul

#43898 【Check CMS 1.4.0】検索の期間で、開始日・終了日を個別にクリアできない

parent ca527e1c
...@@ -20204,12 +20204,13 @@ button { ...@@ -20204,12 +20204,13 @@ button {
border-radius: 15px; border-radius: 15px;
z-index: 1032; z-index: 1032;
height:auto; height:auto;
width: 216px; width: 60%;
position: absolute; position: absolute;
top: 10%; top: 10%;
left: 20%; left: 50%;
background-color: white; background-color: white;
word-wrap: break-word; word-wrap: break-word;
transform: translateX(-50%);
} }
.loading-spinner { .loading-spinner {
......
...@@ -3109,7 +3109,7 @@ CHK.startScan = function() { ...@@ -3109,7 +3109,7 @@ CHK.startScan = function() {
$(".scan-area").removeClass("d-none"); $(".scan-area").removeClass("d-none");
var positionY = $(document).scrollTop() + screen.height/8; var positionY = $(document).scrollTop() + screen.height/8;
var height = screen.height/4; var height = 200;
$(".scan-area").css("top", positionY); $(".scan-area").css("top", positionY);
$(".scan-area").css("min-height", height); $(".scan-area").css("min-height", height);
$("body").css("overflow", "hidden"); $("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