Revert "fix: scroll issue"
This reverts commit eedc520155d7ad6f2c2a64cc56f0197aa9669087.
This commit is contained in:
parent
eedc520155
commit
5983984414
18
docs/redocly.yaml
Normal file
18
docs/redocly.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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'
|
||||||
@ -1,4 +1,7 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
|
html {
|
||||||
|
@apply scroll-smooth;
|
||||||
|
}
|
||||||
html[data-theme="light"] {
|
html[data-theme="light"] {
|
||||||
--ifm-background-color: white;
|
--ifm-background-color: white;
|
||||||
--ifm-color-primary: #2563eb; /* New Primary Blue */
|
--ifm-color-primary: #2563eb; /* New Primary Blue */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user