namirasoft-site-react 1.4.6 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,4 @@
1
1
  .ns_print_container {
2
- z-index: 1;
3
- top: 0%;
4
2
  transform: translate(50%, 50%);
5
3
  background-color: rgba(255, 255, 255, 1);
6
4
  border-radius: 16px;
@@ -11,7 +9,7 @@
11
9
  top: 50%;
12
10
  left: 50%;
13
11
  transform: translate(-50%, -50%);
14
- z-index: 3;
12
+ z-index: 100;
15
13
  width: 100%;
16
14
  }
17
15
 
@@ -101,6 +99,7 @@
101
99
  justify-content: center;
102
100
  align-items: center;
103
101
  cursor: default;
102
+ z-index: 99;
104
103
  }
105
104
 
106
105
  .ns_parent_modal {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.6",
11
+ "version": "1.4.7",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -1,6 +1,4 @@
1
1
  .ns_print_container {
2
- z-index: 1;
3
- top: 0%;
4
2
  transform: translate(50%, 50%);
5
3
  background-color: rgba(255, 255, 255, 1);
6
4
  border-radius: 16px;
@@ -11,7 +9,7 @@
11
9
  top: 50%;
12
10
  left: 50%;
13
11
  transform: translate(-50%, -50%);
14
- z-index: 3;
12
+ z-index: 100;
15
13
  width: 100%;
16
14
  }
17
15
 
@@ -101,6 +99,7 @@
101
99
  justify-content: center;
102
100
  align-items: center;
103
101
  cursor: default;
102
+ z-index: 99;
104
103
  }
105
104
 
106
105
  .ns_parent_modal {