feat: add navbar shadow effect on scroll

This commit is contained in:
Ushie
2023-08-08 03:39:05 +03:00
parent d71178ab29
commit b7e765a410
2 changed files with 9 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ const config = {
},
},
navbar: {
/* because we can't add a .scrolled class to docusaurus on scroll, we're abusing hide on scroll */
hideOnScroll: true,
logo: {
alt: 'ReVanced Logo',
target: '_self',