From de78a2258b2cb0a54cf57105b5299ae61a10ebf6 Mon Sep 17 00:00:00 2001 From: LegoFan9 <97139608+Lego-Fan9@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:35:15 -0400 Subject: [PATCH] docs: fix: Safari sidebar ul has toolbar cut off --- docs/_static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 4354344ec..e535dc589 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -388,6 +388,7 @@ aside { color: var(--mobile-nav-text); z-index: 2; max-height: 100vh; + max-height: 100dvh; overflow-y: auto; overscroll-behavior-y: contain; } @@ -1286,6 +1287,7 @@ div.code-block-caption { position: sticky; top: 1em; max-height: calc(100vh - 2em); + max-height: calc(100dvh - 2em); max-width: 100%; overflow-y: auto; margin: 1em;