Skip to content

Conversation

@thatnerd64
Copy link
Owner

Enhance email auto-fill and form interaction for plan selection buttons.

This PR implements and enhances the email auto-fill functionality for plan selection buttons, which previously only auto-filled the subject. It now includes intelligent field focusing, email persistence via local storage, and visual feedback to guide the user through the contact form.


Open Background Agent:
Web · Cursor

Learn more about Background Agents

cursoragent and others added 2 commits July 22, 2025 06:30
Co-authored-by: lucaswan348 <lucaswan348@gmail.com>
…tegy

Co-authored-by: lucaswan348 <lucaswan348@gmail.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Smooth Scroll Overwrites Header Compensation

The new html { scroll-behavior: smooth; } rule duplicates and overrides an existing html rule, causing the loss of scroll-padding-top: var(--header-h). This breaks the fixed header compensation, resulting in content being hidden behind the navbar when smooth scrolling to anchor links.

styles.css#L1091-L1094

NeonForge-Hosting/styles.css

Lines 1091 to 1094 in 1ba078c

/* Smooth scroll behavior for plan selection */
html {
scroll-behavior: smooth;
}

Fix in CursorFix in Web


BugBot free trial expires on August 4, 2025
Learn more in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Co-authored-by: lucaswan348 <lucaswan348@gmail.com>
@thatnerd64 thatnerd64 merged commit c7f8152 into main Jul 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants