Commit db10a05
Revert "feat(home): let the NogglesRail globe span the full viewport on desktop"
This reverts commit da5261a. Full-bleed didn't look right — the globe reads
better contained at the page's shell width.
Reverting the layout also drops the `html { overflow-y: auto }` +
`body { overflow-x: clip }` pair, since those existed only to absorb the
scrollbar overshoot that `w-screen` introduced. Nothing left in the tree needs
them, and keeping a rule whose stated reason no longer exists invites someone
to delete it later without knowing what it guarded.
Known consequence: the ~8px horizontal overflow on mobile comes back. It is not
from this change — a rider card in the stake carousel overflows its row, and the
clip was only hiding the symptom.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent da5261a commit db10a05
2 files changed
Lines changed: 2 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 121 | | |
146 | 122 | | |
147 | | - | |
148 | 123 | | |
149 | 124 | | |
150 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
39 | 36 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 37 | | |
53 | 38 | | |
54 | 39 | | |
| |||
0 commit comments