Skip to content

Commit

Permalink
fixed right and left position
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed Jun 14, 2024
1 parent bea0e2a commit 1553414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/alto/src/components/Popover/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ onUnmounted(() => {
}
.popover.left .triangle {
right: calc(100% + 9px);
right: -12px;
transform: rotate(45deg);
}
.popover.right .triangle {
left: calc(100% + 11px);
left: -12px;
transform: rotate(-135deg);
}
Expand Down

0 comments on commit 1553414

Please sign in to comment.