@eturnity/eturnity_reusable_components 1.0.26 → 1.0.27

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.26",
3
+ "version": "1.0.27",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -155,7 +155,7 @@ const TableContainer = styled.table`
155
155
 
156
156
  .icons-container {
157
157
  width: 100%;
158
- display: inline-flex;
158
+ display: table-cell;
159
159
  flex-wrap: nowrap;
160
160
  background-color: #fff;
161
161
  vertical-align: middle;
@@ -82,8 +82,8 @@ const DotItem = styled.div`
82
82
 
83
83
  const OptionsContainer = styled.div`
84
84
  z-index: 99;
85
- position: absolute;
86
- right: 0;
85
+ position: fixed;
86
+ right: 60px;
87
87
  border: 1px solid
88
88
  ${(props) =>
89
89
  props.buttonColor ? props.buttonColor : props.theme.colors.grey3};