Skip to content

Commit 8b2d90e

Browse files
authored
Merge pull request #303 from pano9000/fix_context-menu-visibility
fix(contextMenu.less): fix context menu visibility
2 parents 1629317 + c3832aa commit 8b2d90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/contextMenu.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.mind-elixir .context-menu {
1+
.map-container .context-menu {
22
position: fixed;
33
top: 0;
44
left: 0;
@@ -52,7 +52,7 @@
5252
}
5353
}
5454

55-
.mind-elixir .tips {
55+
.map-container .tips {
5656
position: absolute;
5757
bottom: 20px;
5858
left: 50%;

0 commit comments

Comments
 (0)