-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak popup-style toolbar example to open popup toolbar above markers. …
…Fixes #9.
- Loading branch information
1 parent
0b6a81c
commit bf8dc10
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bf8dc10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Admittedly I haven't quite followed the history of this change, however couldn't this be achieved with css? Would this then solve #18.
bf8dc10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobtoye - It's a good idea, and something I hadn't thought of.
However, addressing this with CSS alone means that the offset of the popup toolbar must be hardcoded into the toolbar implementation. This means that this issue and #18 will recur whenever users try to open popup toolbars on markers with non-default icons.