Added option to set zindex of documentation window (#335)
This commit is contained in:
@@ -89,6 +89,7 @@ docs_view.open = function(self, e, view)
|
||||
row = view.row,
|
||||
col = col,
|
||||
border = documentation.border,
|
||||
zindex = documentation.zindex,
|
||||
})
|
||||
if left and self.window:has_scrollbar() then
|
||||
self.window.style.col = self.window.style.col - 1
|
||||
|
||||
Reference in New Issue
Block a user