mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
perf(scrollbar): set scrollbar zindex to 10
This commit is contained in:
parent
cd2b5d3a36
commit
69cddda857
@ -156,6 +156,7 @@ function! SpaceVim#plugins#scrollbar#show() abort
|
||||
\ 'row' : row,
|
||||
\ 'col' : float2nr(col),
|
||||
\ 'focusable' : 0,
|
||||
\ 'zindex' : 10,
|
||||
\ }
|
||||
if s:WIN.is_float(s:scrollbar_winid)
|
||||
if bar_size !=# s:scrollbar_size
|
||||
|
Loading…
Reference in New Issue
Block a user