@eturnity/eturnity_reusable_components 1.0.56 → 1.0.57

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.56",
3
+ "version": "1.0.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -146,6 +146,8 @@ const DotItem = styled.div`
146
146
 
147
147
  const DropdownContainer = styled.div`
148
148
  z-index: 99;
149
+ height: 200px;
150
+ margin-top: 50px;
149
151
  position: absolute;
150
152
  right: 20px;
151
153
  display: grid;