Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map div's position gets changed to relative #100

Closed
vishcious opened this issue Jun 2, 2011 · 4 comments
Closed

map div's position gets changed to relative #100

vishcious opened this issue Jun 2, 2011 · 4 comments
Assignees
Labels
Milestone

Comments

@vishcious
Copy link

The api seems to change the map div's position to relative from what ever the user had set it to. I had position the map at a certain absolute position on my page, but the maps is created, the div's position is changed to relative which messes up the layout of the map on my page

Thank You,
Vish

@ghost ghost assigned mourner Jun 3, 2011
@mourner mourner closed this as completed in 2bbdc02 Jun 3, 2011
@Ethaan
Copy link

Ethaan commented Aug 31, 2015

Did you find a solution to this?

@danzel
Copy link
Member

danzel commented Aug 31, 2015

This got fixed as above.
If it is broken again then please open a new issue and relate it to this. Thanks.

@almereyda
Copy link

For the next one to reopen a new issue to follow up on this one, I had to use

#map {
    position: fixed !important;
}

which felt bad and ugly to fix a map to the background.

@Slevender
Copy link

Had to use !important too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants