diff --git a/docs/_static/style.css b/docs/_static/style.css index e535dc589..69728a807 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -387,7 +387,6 @@ aside { background-color: var(--mobile-nav-background); color: var(--mobile-nav-text); z-index: 2; - max-height: 100vh; max-height: 100dvh; overflow-y: auto; overscroll-behavior-y: contain; @@ -1286,7 +1285,6 @@ div.code-block-caption { display: inline-block; position: sticky; top: 1em; - max-height: calc(100vh - 2em); max-height: calc(100dvh - 2em); max-width: 100%; overflow-y: auto;