Stop the spinner from "wiggling" the display when using 4K monitor and Unlimited Width plugin
This commit is contained in:
parent
4d8822ca51
commit
27d03ccbbf
Binary file not shown.
@ -647,8 +647,10 @@ function myAlert(description,textdescription,textimage,imagesize, outsideClick,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function mySpinner() {
|
||||
$("div.spinner").show();
|
||||
|
||||
swalBackground("transparent");
|
||||
swal({
|
||||
title: "",
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user