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
To pin the Site Switcher to the top of the page on Jabberwocky I need to add navbar-fixed-top is-fixed is-visible to the <nav> element.
navbar-fixed-top is-fixed is-visible
<nav>
Can we add an option to GH.opts that supports adding additional classes?
GH.opts
Alternatively: If GH-SS can fire an event when it's loaded that would work too.
Something to let me replace my horrible workaround hack.
The text was updated successfully, but these errors were encountered:
alansfyeung
No branches or pull requests
To pin the Site Switcher to the top of the page on Jabberwocky I need to add
navbar-fixed-top is-fixed is-visible
to the<nav>
element.Can we add an option to
GH.opts
that supports adding additional classes?Alternatively: If GH-SS can fire an event when it's loaded that would work too.
Something to let me replace my horrible workaround hack.
The text was updated successfully, but these errors were encountered: