Docs site: Live Preview Component should only shows scrollbar in case of overflow #2372
Labels
documentation
Improvements or additions to documentation
gatsby
hacktoberfest
https://hacktoberfest.digitalocean.com
Description
On the docs site, the live preview component should not show scrollbar if there is no overflow behavior.
Expected result
Scrollbar should only be visible in case of overflow (for e.g in case of pageheader)
- With Scrollbar
- Without Scrollbar
Steps to fix the issue
develop
branch, and from that create a new branchcd docs
npm install
npm run dev
The text was updated successfully, but these errors were encountered: