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