fix(docs): restore icons and anchor scrolling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user