fix z-index

This commit is contained in:
Alessio
2020-05-19 15:51:25 +02:00
parent 328d5f618e
commit a39cefbfba
4 changed files with 5 additions and 4 deletions
@@ -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;
@@ -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;
@@ -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;
@@ -31,6 +31,7 @@ export default class AvvioProduzione extends Vue {
// };
showDashboard() {
ModalHelper.HideModal();
appModelActions.ShowDashboard(this.$store);
}