mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 14:19:14 +08:00
fix(client/rtl): mobile detail menu appearing on the wrong side
This commit is contained in:
parent
a377a0ef15
commit
f9a841245c
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ class ContextMenu {
|
|||
this.$widget
|
||||
.css({
|
||||
display: "block",
|
||||
top: top,
|
||||
"inset-inline-start": left
|
||||
top,
|
||||
left
|
||||
})
|
||||
.addClass("show");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue