mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-31 13:31:39 +00:00
fix(app): prevent horizontal jitter on /go page (#29796)
This commit is contained in:
parent
4759ae44b4
commit
4d894d129e
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ body {
|
|||
|
||||
[data-page="go"] {
|
||||
background: var(--color-background);
|
||||
overflow-x: clip;
|
||||
--padding: 5rem;
|
||||
--vertical-padding: 4rem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue