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

fix: documentation navbar height bug #3874

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

Conversation

A-R-P-I-T-JAIN
Copy link

@A-R-P-I-T-JAIN A-R-P-I-T-JAIN commented Jan 5, 2024

Motivation

fixes the documentation sidebar height bug for mobile screens

Fixes #3873

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • navigate to '/docs'
  • open mobile view using inspect (F12)
  • open sideBar

Additional context

bandicam.2024-01-05.23-31-33-171.mp4

@@ -96,5 +96,8 @@
"themed": "@rneui/themed",
"website/docs": "Docs"
}
},
Copy link
Member

Choose a reason for hiding this comment

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

What was the reason for this change?

@@ -21195,6 +21196,16 @@ __metadata:
languageName: node
linkType: hard

"yarn@npm:^1.22.21":
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is needed.

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.

The documentation sidebar is not taking the correct height on mobile screens.
2 participants