fix: scrollbar-gutter:stable to balance left/right margins
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>claude/bold-hawking
parent
0f517473e0
commit
ef5d9fed0f
|
|
@ -64,6 +64,7 @@
|
||||||
@layer base {
|
@layer base {
|
||||||
html {
|
html {
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
scrollbar-gutter: stable;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
|
@ -71,7 +72,6 @@
|
||||||
}
|
}
|
||||||
#root {
|
#root {
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
max-width: 100vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue