fix(docs): restore icons and anchor scrolling

This commit is contained in:
2026-07-19 23:30:37 +05:30
parent d0fa88f5fa
commit 65366d48b6
3 changed files with 67 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
@import "tailwindcss";
@plugin "@iconify/tailwind4";
@source "../**/*.{wrn,ts,tsx}";
@source "../../node_modules/@wrnexus/ui/components/*.wrn";
@@ -349,7 +350,8 @@
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-behavior: auto;
scroll-padding-top: calc(var(--docs-header, 4.5rem) + 1.5rem);
}
body {
margin: 0;