1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

perf(scrollbar): set scrollbar zindex to 10

This commit is contained in:
wsdjeg 2023-07-10 22:22:00 +08:00
parent cd2b5d3a36
commit 69cddda857

View File

@ -156,6 +156,7 @@ function! SpaceVim#plugins#scrollbar#show() abort
\ 'row' : row, \ 'row' : row,
\ 'col' : float2nr(col), \ 'col' : float2nr(col),
\ 'focusable' : 0, \ 'focusable' : 0,
\ 'zindex' : 10,
\ } \ }
if s:WIN.is_float(s:scrollbar_winid) if s:WIN.is_float(s:scrollbar_winid)
if bar_size !=# s:scrollbar_size if bar_size !=# s:scrollbar_size