Commit bb40d8b5 by Kim Eunchul

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

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

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