@webviz/subsurface-viewer 0.20.2 → 0.20.3

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.
@@ -448,8 +448,8 @@ const Map = ({ id, layers, bounds, cameraPosition, triggerHome, views, coords, s
448
448
  alignItems: "flex-end",
449
449
  justifyContent: "right",
450
450
  position: "absolute",
451
- height: "90%",
452
- width: "90%",
451
+ height: "10%",
452
+ width: "10%",
453
453
  bottom: "10px",
454
454
  right: "10px",
455
455
  zIndex: 200,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webviz/subsurface-viewer",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",