From 877044eade13a8c1a5771141c36d7492b9bd93be Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Mon, 3 Feb 2025 11:19:55 -0800 Subject: [PATCH] fix: redoc menu content is now scrollable --- layouts/redoc/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/redoc/single.html b/layouts/redoc/single.html index 61d63a695..a04c7be94 100644 --- a/layouts/redoc/single.html +++ b/layouts/redoc/single.html @@ -19,7 +19,7 @@ .menu-content { top: 0 !important; - height: 100% !important; + height: 100vh !important; } .bCOLCR { background: #e6e6e6;