chore: alle Panels zu den selben Position bringen
This commit is contained in:
@@ -14,7 +14,7 @@ const CoordinateInput = ({ onCoordinatesSubmit }) => {
|
||||
return (
|
||||
<form
|
||||
onSubmit={handleSubmit}
|
||||
className="fixed top-5 left-5 z-50 bg-white shadow-lg rounded-lg p-4 w-72"
|
||||
className="absolute top-16 right-3 z-50 bg-white rounded-lg shadow-md p-4 w-72"
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user