Skip to content

make mobile nav bar sticky#11840

Closed
cjlangreo wants to merge 1 commit into
godotengine:masterfrom
cjlangreo:master
Closed

make mobile nav bar sticky#11840
cjlangreo wants to merge 1 commit into
godotengine:masterfrom
cjlangreo:master

Conversation

@cjlangreo
Copy link
Copy Markdown

Explicitly selected .wv-nav-top (Navigational top bar (mobile only) and set its position to sticky and top to 0.

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

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

@cjlangreo cjlangreo closed this Mar 10, 2026
@Piralein Piralein added archived content:website Issues related to adding website features and fixing bugs, whether on the front or back-end labels Mar 10, 2026
@Calinou
Copy link
Copy Markdown
Member

Calinou commented Mar 11, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

3 participants