fix: "scrollbar-gutter: stable" on html to prevent layout shift (#11413)

This commit is contained in:
Pradip Chaudhary
2023-09-18 09:49:01 +02:00
committed by GitHub
parent b413f0a609
commit c562f45904
+4
View File
@@ -109,6 +109,10 @@
background: var(--cal-brand);
}
html {
scrollbar-gutter: stable;
}
body  {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;