Skip to content

fix: Selection enabled below BlogAppBar #758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akhil173
Copy link

@akhil173 akhil173 commented Aug 7, 2025

Summary
This PR fixes the padding in the Blog Appbar, so that selection below the app bar is enabled.

Image of the issue ( Before )
blogappbar-selection-before

Image of the Fix ( After )
blogappbar-selection

PR Fixes:

  • 1 Changed the CSS class of the blog app bar <motion.div> to adjust the padding.
  • 2 Padding changed from p-6 to pt-6 px-6 pb-0 to change bottom padding to 0 and enable selection of below content.

Resolves #[743]

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

@akhil173 akhil173 force-pushed the fix-blogAppBar-below-selection branch from 5fdae50 to 6fd1bee Compare August 7, 2025 18:05
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.

1 participant