mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
fix(client/rtl): mobile detail menu appearing on the wrong side
This commit is contained in:
parent
a377a0ef15
commit
f9a841245c
@ -150,8 +150,8 @@ class ContextMenu {
|
|||||||
this.$widget
|
this.$widget
|
||||||
.css({
|
.css({
|
||||||
display: "block",
|
display: "block",
|
||||||
top: top,
|
top,
|
||||||
"inset-inline-start": left
|
left
|
||||||
})
|
})
|
||||||
.addClass("show");
|
.addClass("show");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user