feat: overlay scrollbar
This commit is contained in:
parent
569a606586
commit
d918a2ef3d
|
@ -283,7 +283,7 @@ function initCustomScrollbar() {
|
|||
scrollbars: {
|
||||
theme: 'scrollbar-base scrollbar-auto py-1',
|
||||
autoHide: 'move',
|
||||
autoHideDelay: 1300,
|
||||
autoHideDelay: 500,
|
||||
autoHideSuspend: false
|
||||
}
|
||||
});
|
||||
|
@ -292,7 +292,7 @@ function initCustomScrollbar() {
|
|||
scrollbars: {
|
||||
theme: 'scrollbar-base scrollbar-dark px-2',
|
||||
autoHide: 'leave',
|
||||
autoHideDelay: 1300,
|
||||
autoHideDelay: 500,
|
||||
autoHideSuspend: false
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue