Skip to content

Make Mobile Nav Top Bar Sticky#11841

Open
cjlangreo wants to merge 2 commits intogodotengine:masterfrom
cjlangreo:master
Open

Make Mobile Nav Top Bar Sticky#11841
cjlangreo wants to merge 2 commits intogodotengine:masterfrom
cjlangreo:master

Conversation

@cjlangreo
Copy link
Copy Markdown

Make the mobile only Navbar sticky.

.wy-nav-top {
    position: sticky;
    top: 0;
    z-index: 100;
}

.wy-nav-top,
.wy-nav-top a {
    background-color: var(--navbar-background-color);
    color: var(--navbar-level-1-color);
}

@Calinou Calinou added enhancement content:website Issues related to adding website features and fixing bugs, whether on the front or back-end labels Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content:website Issues related to adding website features and fixing bugs, whether on the front or back-end enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants