|
@@ -170,7 +170,7 @@ $(".modal .close").click(function(){
|
|
|
function setBoxHeight(){
|
|
|
const ht=window.innerHeight;
|
|
|
$(".content-box,.flaw-table").height((ht-75)+'px');
|
|
|
- $(".content-ht").height((ht-126)+"px");
|
|
|
+ $(".content-ht").height((ht-140)+"px");
|
|
|
}
|
|
|
setBoxHeight();
|
|
|
$(window).resize(function(){
|