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
This is either an issue or I'm unaware of how to do it properly. There is a simple way to reproduce what I'm seeing.
According to the Bulma documentation, we can do the following to DeepThought's out-of-the-box example:
Edit the html tag to: <html lang="{{lang}}" class="has-navbar-fixed-top">
<html lang="{{lang}}" class="has-navbar-fixed-top">
and edit the navbar tag to: <nav aria-label="section navigation" class="navbar is-light is-fixed-top" role="navigation">
<nav aria-label="section navigation" class="navbar is-light is-fixed-top" role="navigation">
When I do this, it works as expected in light mode, but not at all in dark mode. Not only that, but it adds a white bar above the navbar.
Screenshot of it not staying fixed in dark mode:
Screenshot of it staying fixed in light mode:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is either an issue or I'm unaware of how to do it properly. There is a simple way to reproduce what I'm seeing.
According to the Bulma documentation, we can do the following to DeepThought's out-of-the-box example:
Edit the html tag to:
<html lang="{{lang}}" class="has-navbar-fixed-top">
and edit the navbar tag to:
<nav aria-label="section navigation" class="navbar is-light is-fixed-top" role="navigation">
When I do this, it works as expected in light mode, but not at all in dark mode. Not only that, but it adds a white bar above the navbar.
Screenshot of it not staying fixed in dark mode:
Screenshot of it staying fixed in light mode:
The text was updated successfully, but these errors were encountered: