The prior commit's .subscribe-form .dx-input selector never matched anything: dioxus's #[css_module] macro content-hashes Input's class at build time (e.g. rendered as class="dx-input-83f82cbc", confirmed by inspecting the live DOM), so a selector on the unhashed "dx-input" name was dead CSS from the start — hence the overflow persisting across rebuilds and hard refreshes. Select on the raw <input> tag within .subscribe-form instead, which doesn't depend on the module's per-build hash. Verified against the running dev server (not just visually): the Subscribe button now renders flush with the form's own right edge (both at x=247) instead of spilling to x=314, well inside the sidebar's x=256 boundary. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PqTJmazHBQK878vjQ4JnnF |
||
|---|---|---|
| .. | ||
| app.css | ||
| dx-components-theme.css | ||