Skip to content

Commit

Permalink
Merge pull request #184 from akhuoa/bugfix/map-popover-arrow
Browse files Browse the repository at this point in the history
UI fix for map popover arrow
  • Loading branch information
alan-wu authored Aug 16, 2024
2 parents 5b129d8 + a864d63 commit b5f7d0f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion components/MapViewer/MapViewer.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,20 @@
}
.background-popper.el-popover.el-popper,
.open-map-popper.el-popover.el-popper {
.open-map-popper.el-popover.el-popper,
.context-card-popover.el-popover.el-popper {
background: #fff !important;
.el-popper__arrow::before {
background-color: #fff !important;
}
}
.context-card-popover {
.flatmap-context-card,
.context-card-container.context-card {
border-radius: 4px;
}
}
.open-map-popper.el-popover.el-popper {
Expand Down

0 comments on commit b5f7d0f

Please sign in to comment.