(style) fix popovers for rtl locales

This commit is contained in:
Valentyne Stigloher 2024-05-20 18:17:01 +02:00
parent 67b543b7ac
commit 1f88c83a96

View File

@ -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;