mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
docs: fix scrolling issue (#4169)
This commit is contained in:
@@ -246,6 +246,12 @@
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-top: calc(
|
||||
var(--fd-nav-height) +
|
||||
var(--fd-banner-height, 0px) +
|
||||
var(--fd-tocnav-height, 0px) +
|
||||
16px
|
||||
);
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
|
||||
Reference in New Issue
Block a user