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