Skip to content

Commit

Permalink
fix(views): increase zindex for cmdline popup, popupmenu and confirm …
Browse files Browse the repository at this point in the history
…from 60 to 200
  • Loading branch information
folke committed Jun 22, 2023
1 parent 3946147 commit d71c1de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ M.defaults = {
},
cmdline_popupmenu = {
view = "popupmenu",
zindex = 200,
},
virtualtext = {
backend = "virtualtext",
@@ -196,7 +197,7 @@ M.defaults = {
relative = "editor",
focusable = false,
enter = false,
zindex = 60,
zindex = 200,
position = {
row = "50%",
col = "50%",
@@ -230,7 +231,7 @@ M.defaults = {
focusable = false,
align = "center",
enter = false,
zindex = 60,
zindex = 210,
format = { "{confirm}" },
position = {
row = "50%",

0 comments on commit d71c1de

Please sign in to comment.