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

navbar is-fixed-top does not appear to work in dark mode #87

Open
dfd opened this issue Dec 26, 2023 · 0 comments
Open

navbar is-fixed-top does not appear to work in dark mode #87

dfd opened this issue Dec 26, 2023 · 0 comments

Comments

@dfd
Copy link

dfd commented Dec 26, 2023

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.
image

Screenshot of it not staying fixed in dark mode:
image

Screenshot of it staying fixed in light mode:
image

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

No branches or pull requests

1 participant