diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index f16d5d2..38d36ed 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -47,10 +47,10 @@ const Map: react.FC<{}> = (props: {}) => { + + + - - - diff --git a/src/components/map/whiteboard.tsx b/src/components/map/whiteboard.tsx index 79c2722..5a04915 100644 --- a/src/components/map/whiteboard.tsx +++ b/src/components/map/whiteboard.tsx @@ -12,7 +12,7 @@ const Whiteboard: React.FC = (props: WhiteboardProps) => { ); return ( - + diff --git a/src/components/slippy/slippy.tsx b/src/components/slippy/slippy.tsx index 60a6d43..def653e 100644 --- a/src/components/slippy/slippy.tsx +++ b/src/components/slippy/slippy.tsx @@ -28,15 +28,7 @@ const Slippy: react.FC = (props: SlippyProps) => { -
- {props.children} -
+ {props.children} diff --git a/src/theme/map.css b/src/theme/map.css index b7b714d..7211932 100644 --- a/src/theme/map.css +++ b/src/theme/map.css @@ -13,6 +13,11 @@ ion-button.get-location { margin-left: calc(50% - 20px); } +.whiteboard { + position: fixed; + z-index: 1; +} + .input-file { width: 0.1px; height: 0.1px;