Use a default zindex of 50 for documentation (#661)

This matches the default zindex for floating windows.
This commit is contained in:
Daniel Steinberg
2021-12-20 20:52:43 -05:00
committed by GitHub
parent 9c07c2d1c5
commit 4a19645374

View File

@@ -90,7 +90,7 @@ docs_view.open = function(self, e, view)
row = view.row, row = view.row,
col = col, col = col,
border = documentation.border, border = documentation.border,
zindex = documentation.zindex, zindex = documentation.zindex or 50,
}) })
if left and self.window:has_scrollbar() then if left and self.window:has_scrollbar() then
self.window.style.col = self.window.style.col - 1 self.window.style.col = self.window.style.col - 1