kubernetes/website

[RTL] navbar "hamburger" overlaps with logo on RTL layouts

Geschlossen

#55.924 geöffnet am 26.05.2026

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (13.918 Forks)batch import
area/localizationarea/web-developmentgood first issuehelp wantedkind/bugpriority/backlogtriage/accepted

Repository-Metriken

Stars
 (4.127 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 13h) (160 gemergte PRs in 30 T)

Beschreibung

This is a Bug Report

Problem: (For RTL locales such as Persian) the hamburger menu is on the wrong side of the page, and the logo overlaps it.

Desired:


Actual:

Proposed Solution: Fix the SCSS address to address this.

Example:

  :dir(rtl) #hamburger {
    top: 0.75rem;
    left: 0.75rem;
    right: initial;
  }

Additional Information: /kind bug /area web-development /area localization

https://github.com/kubernetes/website/pull/55361 previously fixed it; since then, we upgraded Docsy.

Contributor Guide