fix: scroll issue

This commit is contained in:
hieu-jan 2023-11-21 11:51:56 +09:00
parent 8a01a6e00c
commit eedc520155
2 changed files with 0 additions and 21 deletions

View File

@ -1,18 +0,0 @@
# NOTE: Only supports options marked as "Supported in Redoc CE"
# See https://redocly.com/docs/cli/configuration/ for more information.
extends:
- recommended
rules:
no-unused-components: error
theme:
# See https://redocly.com/docs/api-reference-docs/configuration/functionality/
openapi:
disableSearch: true
# See https://redocly.com/docs/api-reference-docs/configuration/theming/
theme:
colors:
primary:
main: '#32329f'

View File

@ -1,7 +1,4 @@
@layer base {
html {
@apply scroll-smooth;
}
html[data-theme="light"] {
--ifm-background-color: white;
--ifm-color-primary: #2563eb; /* New Primary Blue */