We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2608e1c commit 99ffa8cCopy full SHA for 99ffa8c
denops/fall/view/picker/action.ts
@@ -77,7 +77,7 @@ export class ActionPicker implements AsyncDisposable {
77
heightMin: options.layout?.heightMin ?? HEIGHT_MIN,
78
heightMax: options.layout?.heightMax ?? HEIGHT_MAX,
79
border: options.layout?.border,
80
- zindex: options.layout?.zindex ?? 50,
+ zindex: options.layout?.zindex ?? 51,
81
}),
82
);
83
0 commit comments