Upload folder using huggingface_hub
Browse files- client/src/index.css +1 -3
client/src/index.css
CHANGED
|
@@ -107,9 +107,7 @@
|
|
| 107 |
|
| 108 |
/* Chrome-only performance and alignment tweaks (gated) */
|
| 109 |
html.is-chrome body, html.is-chrome #root {
|
| 110 |
-
will-change:
|
| 111 |
-
transform: translateZ(0);
|
| 112 |
-
contain: paint layout;
|
| 113 |
scroll-behavior: smooth;
|
| 114 |
-webkit-font-smoothing: auto;
|
| 115 |
font-smooth: auto;
|
|
|
|
| 107 |
|
| 108 |
/* Chrome-only performance and alignment tweaks (gated) */
|
| 109 |
html.is-chrome body, html.is-chrome #root {
|
| 110 |
+
will-change: scroll-position;
|
|
|
|
|
|
|
| 111 |
scroll-behavior: smooth;
|
| 112 |
-webkit-font-smoothing: auto;
|
| 113 |
font-smooth: auto;
|