Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Marker is not draggable when change position of that #1236

Open
@fghorbani

Description

@fghorbani

Describe the bug 🐛
Im using of custom Marker. I needed to change position of that to something likebottom, center, that was fine and my Marker is displaying at the top of my coordination, but in this case some parts of Marker are not draggable and user can drag only when click on half of that.

Expected behavior 💭
whole of the marker has to be draggable

Rec.0244.mp4
 const Marker = (props) =>  (  <Box sx={{ width: '100%', height: '100vh' }}>      <MarkerStyle>        <img src={marker} alt="" style={{ width: '53px', height: '73px' }} />      </MarkerStyle>  </Box>)const MarkerStyle = styled(Box)`position: absolute;top: 100%;left: 50%;height: 73px;width: 53px;transform: translate(-50%, -100%);&:hover {  z-index: 1;}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp