Use a default zindex of 50 for documentation (#661)
This matches the default zindex for floating windows.
This commit is contained in:
@@ -90,7 +90,7 @@ docs_view.open = function(self, e, view)
|
||||
row = view.row,
|
||||
col = col,
|
||||
border = documentation.border,
|
||||
zindex = documentation.zindex,
|
||||
zindex = documentation.zindex or 50,
|
||||
})
|
||||
if left and self.window:has_scrollbar() then
|
||||
self.window.style.col = self.window.style.col - 1
|
||||
|
||||
Reference in New Issue
Block a user