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
|
||||
.css({
|
||||
display: "block",
|
||||
top: top,
|
||||
"inset-inline-start": left
|
||||
top,
|
||||
left
|
||||
})
|
||||
.addClass("show");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user