docs: fix infinite scroll, update next.js, other fixes (#9441)
* update nextjs * badge + scroll fixes
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
@apply !bg-medusa-contrast-bg-highlight;
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-color: var(--docs-border-base) var(--docs-bg-base);
|
||||
}
|
||||
|
||||
aside * {
|
||||
scrollbar-color: var(--docs-border-base) var(--docs-bg-subtle);
|
||||
}
|
||||
|
||||
body {
|
||||
@apply text-ui-fg-subtle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user