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
Menu bar shakes when swiping pages in Safari
gif:
The style
#menu-bar.sticky, .js #menu-bar-hover-placeholder:hover + #menu-bar, .js #menu-bar:hover, .js.sidebar-visible #menu-bar { position: -webkit-sticky; position: sticky; top: 0 !important; }
conflict with
#body-container { overflow-x: clip; }
macOS Ventura 13.1 Safari Version 16.2
mdbook v0.4.30
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
Menu bar shakes when swiping pages in Safari
gif:
Steps
Possible Solution(s)
The style
conflict with
Notes
macOS Ventura 13.1
Safari Version 16.2
Version
The text was updated successfully, but these errors were encountered: