@topconsultnpm/sdkui-react 6.19.0-dev1.66 → 6.19.0-dev1.67

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.
@@ -30,7 +30,7 @@ const DropdownContainer = styled.div `
30
30
  border: 1px solid #ccc;
31
31
  border-radius: 4px;
32
32
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
33
- max-height: max-content;
33
+ max-height: 35vh;
34
34
  overflow-y: auto;
35
35
  z-index: 9999;
36
36
  width: fit-content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.19.0-dev1.66",
3
+ "version": "6.19.0-dev1.67",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",