@tap-payments/auth-jsconnect 2.0.43-test → 2.0.45-test

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.
@@ -22,6 +22,8 @@ var BackgroundStyled = styled(Box, {
22
22
  return ({
23
23
  width: '100vw',
24
24
  height: '100vh',
25
+ zIndex: 999,
26
+ position: 'absolute',
25
27
  background: !open
26
28
  ? 'inherit'
27
29
  : isTapOrigin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.0.43-test",
3
+ "version": "2.0.45-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",