@eturnity/eturnity_reusable_components 1.2.31 → 1.2.33

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.31",
3
+ "version": "1.2.33",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -76,7 +76,7 @@ const ModalContainer = styled.div`
76
76
  border-radius: 4px;
77
77
  background: white;
78
78
  margin: 0 auto;
79
- overflow: initial;
79
+ overflow: auto;
80
80
  max-width: 95%;
81
81
  max-height: 95%;
82
82
  min-width: 100px;
@@ -151,4 +151,4 @@ export default {
151
151
  }
152
152
  }
153
153
  }
154
- </script>
154
+ </script>