From db785bc0a379d83fb816f888e7961a128ff4ae35 Mon Sep 17 00:00:00 2001 From: Suman Mandal Date: Wed, 14 Jan 2026 18:06:04 +0000 Subject: [PATCH 1/2] docs: prevent header tabs from overlapping on search expand --- docs/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 50759088d5..1e0a9840c9 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -144,6 +144,11 @@ a.md-header__button.md-logo img { .md-tabs { color: black; font-weight: bold; + flex-shrink: 0; +} + +.md-tabs__list { + flex-shrink: 0; } .md-header__source { From 6b64dc1052e72888e23b9f991bce44d83f8d5c7b Mon Sep 17 00:00:00 2001 From: Suman Mandal Date: Thu, 15 Jan 2026 13:56:08 +0000 Subject: [PATCH 2/2] fix navigation shift by moving nav to separate sticky container --- overrides/partials/header.html | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/overrides/partials/header.html b/overrides/partials/header.html index a761d3c7b5..b5eedcbbc1 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -84,35 +84,6 @@ {% include "partials/javascripts/palette.html" %} {% endif %} - - - {% if config.extra.alternate %} {% include "partials/alternate.html" %} @@ -142,6 +113,35 @@ {% endif %} + + + {% if not page.is_homepage %} {% if "navigation.tabs.sticky" in features %}