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

pull/11416/head
Pradip Chaudhary 2023-09-18 13:19:01 +05:30 committed by GitHub
parent b413f0a609
commit c562f45904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@
background: var(--cal-brand);
}
html {
scrollbar-gutter: stable;
}
body  {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;