Stop the spinner from "wiggling" the display when using 4K monitor and Unlimited Width plugin

This commit is contained in:
Squidly271 2021-02-23 16:47:40 -05:00
parent 4d8822ca51
commit 27d03ccbbf
3 changed files with 3 additions and 1 deletions

View File

@ -647,8 +647,10 @@ function myAlert(description,textdescription,textimage,imagesize, outsideClick,
});
}
function mySpinner() {
$("div.spinner").show();
swalBackground("transparent");
swal({
title: "",

View File

@ -78,7 +78,7 @@ switch ($theme) {
?>
.tooltipster-box{background:<?=$tooltipsterBackground?>!important}
.tooltipster-content{color:<?=$tooltipsterContent?>!important}
body.stop-scrolling{height:100%;overflow:auto} /* disable SweetAlert killing the scroll bar ( stops the wiggle ) */
body.stop-scrolling{height:70%;overflow:inherit;} /* disable SweetAlert killing the scroll bar ( stops the wiggle ) */
.sweet-alert table{margin-top:0px}
.popupHolder,.tooltipster-box {max-height:460px;}
.sweet-overlay{background-color:rgba(0, 0, 0, 0) !important;} /* don't dim if spinner is displayed */