8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
提个小建议,我的想法未必对,只是探讨:
在手机上浏览,导航条会随着页面滑动,也就是一直霸占着页面顶部,本来手机屏幕就小,更显空间不足了
我能想到两种解决方案, 1、导航条不随页面滚动 2、导航条在某种情况下可以显示出来,如单击页面空白处之类的
The text was updated successfully, but these errors were encountered:
嗯。谢谢建议。由于时间关系对手机的优化还远远不够。解决办法其实很简单,直接在@media 里面为添加小屏幕时的navbar position为非fixed即可。
Sorry, something went wrong.
No branches or pull requests
提个小建议,我的想法未必对,只是探讨:
在手机上浏览,导航条会随着页面滑动,也就是一直霸占着页面顶部,本来手机屏幕就小,更显空间不足了
我能想到两种解决方案,
1、导航条不随页面滚动
2、导航条在某种情况下可以显示出来,如单击页面空白处之类的
The text was updated successfully, but these errors were encountered: