From 6f5a6e315f38bd849cbb15312940a501ab167429 Mon Sep 17 00:00:00 2001 From: Simewu Date: Tue, 28 Oct 2025 15:14:09 -0400 Subject: [PATCH] Fix inaccessible settings when navigation is not collapsed --- assets/gitbook/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/gitbook/custom.css b/assets/gitbook/custom.css index a1351e91ed..1ab44e71f9 100644 --- a/assets/gitbook/custom.css +++ b/assets/gitbook/custom.css @@ -43,7 +43,7 @@ width: calc(50% - 3px); } - .book.with-summary .book-body .book-header { + .book.with-summary .book-body { overflow-x: hidden; overflow-y: hidden; }