Fix weather widget top position (120px)
This commit is contained in:
parent
350ad9b4f7
commit
b0eaf5eafa
|
|
@ -1976,7 +1976,7 @@ export default function MapView({
|
|||
style={{
|
||||
position: 'fixed',
|
||||
left: '5px',
|
||||
top: '240px',
|
||||
top: '120px',
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
gap: '5px',
|
||||
|
|
|
|||
Loading…
Reference in New Issue