Skip to content

Commit

Permalink
Fix: "Not able to rotate/pan while loading layers. equinor#1960"
Browse files Browse the repository at this point in the history
 - the status indicator stole mouse input due to it covering 90% of thw window
  • Loading branch information
nilscb committed Mar 13, 2024
1 parent 09ebe24 commit deaf43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/packages/subsurface-viewer/src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@ const Map: React.FC<MapProps> = ({
alignItems: "flex-end",
justifyContent: "right",
position: "absolute",
height: "90%",
width: "90%",
height: "10%",
width: "10%",
bottom: "10px",
right: "10px",
zIndex: 200,
Expand Down

0 comments on commit deaf43b

Please sign in to comment.