feat: Add config option to allow disabling styled tailwind scrollbar

This commit is contained in:
Mike Repec
2025-12-13 15:12:17 +01:00
parent 1be60f89da
commit 9ff8cccc36
3 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ enableA11y = false
enableSearch = true
enableCodeCopy = false
enableStructuredBreadcrumbs = false
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
replyByEmail = false