mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-13 15:26:31 +00:00
Merge pull request #117 from Simple2B/kostia/fix/context_menu_place
fix context menu position
This commit is contained in:
commit
2ea49676c8
File diff suppressed because one or more lines are too long
@ -23,7 +23,7 @@ const contextSectionMenuTriggers: NodeListOf<HTMLElement> =
|
||||
let currentElement: DropdownInterface | null = null;
|
||||
|
||||
const options: DropdownOptions = {
|
||||
offsetSkidding: 410,
|
||||
offsetSkidding: 200,
|
||||
offsetDistance: 0,
|
||||
onHide: () => {},
|
||||
onShow: tooltip => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user