Spaces:
Running
Running
Commit ·
a1fb646
1
Parent(s): ec7711c
fix visualization effects
Browse files
ml_complete-all-topics/app.js
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ml_complete-all-topics/index.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ml_complete-all-topics/style.css
CHANGED
|
@@ -306,6 +306,7 @@ html {
|
|
| 306 |
background-color: var(--color-background);
|
| 307 |
-webkit-font-smoothing: antialiased;
|
| 308 |
box-sizing: border-box;
|
|
|
|
| 309 |
}
|
| 310 |
|
| 311 |
body {
|
|
|
|
| 306 |
background-color: var(--color-background);
|
| 307 |
-webkit-font-smoothing: antialiased;
|
| 308 |
box-sizing: border-box;
|
| 309 |
+
scroll-behavior: smooth;
|
| 310 |
}
|
| 311 |
|
| 312 |
body {
|