diff --git a/Thermo.Active/wwwroot/assets/styles/base/dashboard.less b/Thermo.Active/wwwroot/assets/styles/base/dashboard.less index 65ef0bab..dacfa7fa 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/dashboard.less +++ b/Thermo.Active/wwwroot/assets/styles/base/dashboard.less @@ -10,7 +10,7 @@ width: 100%; background-image: url("../../assets/icons/png/bg.png"); position: fixed; - z-index: 1002; + z-index: 1001; display: flex; flex-direction: column; justify-content: flex-start; diff --git a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less index eb3bc10c..e8c253b5 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less +++ b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less @@ -9,7 +9,7 @@ width: 100%; background-image: url("../../assets/icons/png/bg.png"); position: fixed; - z-index: 1002; + z-index: 1001; display: flex; flex-direction: column; justify-content: flex-start; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index e1215d3e..7994b0a7 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4042,7 +4042,7 @@ width: 100%; background-image: url("../../assets/icons/png/bg.png"); position: fixed; - z-index: 1002; + z-index: 1001; display: flex; flex-direction: column; justify-content: flex-start; @@ -4770,7 +4770,7 @@ width: 100%; background-image: url("../../assets/icons/png/bg.png"); position: fixed; - z-index: 1002; + z-index: 1001; display: flex; flex-direction: column; justify-content: flex-start; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts index 3d4848f9..2f75755a 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts @@ -31,6 +31,7 @@ export default class AvvioProduzione extends Vue { // }; showDashboard() { + ModalHelper.HideModal(); appModelActions.ShowDashboard(this.$store); }