@eturnity/eturnity_reusable_components 1.0.31 → 1.0.32

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.0.31",
3
+ "version": "1.0.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -159,6 +159,7 @@ const OptionsContainer = styled.div`
159
159
  background-color: #fff;
160
160
  max-height: 220px;
161
161
  overflow: auto;
162
+ height: max-content;
162
163
  `
163
164
 
164
165
  const OptionItem = styled.div`