fix: "scrollbar-gutter: stable" on html to prevent layout shift (#11413)
parent
b413f0a609
commit
c562f45904
|
@ -109,6 +109,10 @@
|
||||||
background: var(--cal-brand);
|
background: var(--cal-brand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scrollbar-gutter: stable;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
Loading…
Reference in New Issue