diff --git a/components/Popover.vue b/components/Popover.vue index e6bcb856c..f1fb0c22a 100644 --- a/components/Popover.vue +++ b/components/Popover.vue @@ -163,6 +163,7 @@ export default Vue.extend({ .popover { position: absolute; top: 0; + /* rtl:ignore: popovers are always positioned absolutely from the upper-left corner */ left: 0; font-weight: normal; font-style: normal;