Skip to content
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

Docs site: Live Preview Component should only shows scrollbar in case of overflow #2372

Open
anuradha9712 opened this issue Oct 7, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation gatsby hacktoberfest https://hacktoberfest.digitalocean.com

Comments

@anuradha9712
Copy link
Collaborator

anuradha9712 commented Oct 7, 2024

Description

On the docs site, the live preview component should not show scrollbar if there is no overflow behavior.

image

Expected result

Scrollbar should only be visible in case of overflow (for e.g in case of pageheader)

- With Scrollbar

image

- Without Scrollbar

image

Steps to fix the issue

  • Fork and clone this repository
  • First checkout to develop branch, and from that create a new branch
  • Switch current directory to docs using command cd docs
  • Install dependencies using npm install
  • Start development server using npm run dev
  • Check the issue on your local environment on localhost:8000
  • Refer to this
@anuradha9712 anuradha9712 added documentation Improvements or additions to documentation hacktoberfest https://hacktoberfest.digitalocean.com gatsby labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation gatsby hacktoberfest https://hacktoberfest.digitalocean.com
Projects
None yet
Development

No branches or pull requests

1 participant