@hipay/hipay-material-ui 3.2.1 → 3.2.2

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.
@@ -638,7 +638,7 @@ function (_React$PureComponent) {
638
638
  inputValue = _buildSelectProps$inp === void 0 ? this.buildInputValue(options, selectedItemIdList, loading) : _buildSelectProps$inp;
639
639
 
640
640
  var popperStyle = {
641
- position: 'fixed',
641
+ position: staticPosition ? 'relative' : 'fix',
642
642
  top: 0,
643
643
  left: 0
644
644
  };
@@ -638,7 +638,7 @@ function (_React$PureComponent) {
638
638
  inputValue = _buildSelectProps$inp === void 0 ? this.buildInputValue(options, selectedItemIdList, loading) : _buildSelectProps$inp;
639
639
 
640
640
  var popperStyle = {
641
- position: 'fixed',
641
+ position: staticPosition ? 'relative' : 'fix',
642
642
  top: 0,
643
643
  left: 0
644
644
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -67,4 +67,4 @@
67
67
  },
68
68
  "main": "./index.js",
69
69
  "module": "./esm/index.js"
70
- }
70
+ }