mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
feat: overlay scrollbar
This commit is contained in:
@@ -283,7 +283,7 @@ function initCustomScrollbar() {
|
|||||||
scrollbars: {
|
scrollbars: {
|
||||||
theme: 'scrollbar-base scrollbar-auto py-1',
|
theme: 'scrollbar-base scrollbar-auto py-1',
|
||||||
autoHide: 'move',
|
autoHide: 'move',
|
||||||
autoHideDelay: 1300,
|
autoHideDelay: 500,
|
||||||
autoHideSuspend: false
|
autoHideSuspend: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -292,7 +292,7 @@ function initCustomScrollbar() {
|
|||||||
scrollbars: {
|
scrollbars: {
|
||||||
theme: 'scrollbar-base scrollbar-dark px-2',
|
theme: 'scrollbar-base scrollbar-dark px-2',
|
||||||
autoHide: 'leave',
|
autoHide: 'leave',
|
||||||
autoHideDelay: 1300,
|
autoHideDelay: 500,
|
||||||
autoHideSuspend: false
|
autoHideSuspend: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user