Skip to content

Commit

Permalink
feat(popup): use same zindex for border
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Jun 23, 2024
1 parent 322978c commit a2bc1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nui/popup/border.lua
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function Border:init(popup, options)
style = "minimal",
border = "none",
focusable = false,
zindex = self.popup.win_config.zindex - 1,
zindex = self.popup.win_config.zindex,
anchor = self.popup.win_config.anchor,
}

Expand Down

0 comments on commit a2bc1e9

Please sign in to comment.