Skip to content

Commit

Permalink
helpers position
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Jan 17, 2024
1 parent c241b34 commit c82d3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/containers/datasets/drawing-tool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const WidgetDrawingTool = () => {
return (
<Helper
className={{
button: '-bottom-3.5 right-2.5 z-[20]',
button: 'top-1 right-9 z-[20]',
tooltip: 'w-fit-content max-w-[400px]',
}}
tooltipPosition={{ top: -65, left: 0 }}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/datasets/drawing-upload-tool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const WidgetDrawingUploadTool = () => {
return (
<Helper
className={{
button: '-bottom-2.5 -right-0',
button: 'top-1 right-9',
tooltip: 'w-fit-content',
active: 'max-w-[454px]',
}}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/navigation/location-tools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const LocationTools = () => {
<>
<Helper
className={{
button: '-bottom-3.5 right-9 z-20',
button: '-top-1 right-9 z-20',
tooltip: 'w-fit-content max-w-[400px]',
}}
tooltipPosition={{ top: -65, left: -10 }}
Expand Down

0 comments on commit c82d3ff

Please sign in to comment.