From 7d6695b51fc6912fca6fa727467e6f1874c67f86 Mon Sep 17 00:00:00 2001 From: Amjad Ben Hedhili Date: Sat, 31 May 2025 14:26:04 +0100 Subject: [PATCH] Fix docs sidebar truncated (#24970) * Regression after #24927 (cherry picked from commit f80a0765889d9f8845b65f8801bf26bf6bac5f75) --- doc/nimdoc.css | 1 - nimdoc/testproject/expected/nimdoc.out.css | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/nimdoc.css b/doc/nimdoc.css index 2032019c01..6ca433481c 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -128,7 +128,6 @@ html { -ms-text-size-adjust: 100%; } body { - overflow-x: hidden; max-width: 100%; box-sizing: border-box; font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; diff --git a/nimdoc/testproject/expected/nimdoc.out.css b/nimdoc/testproject/expected/nimdoc.out.css index 2032019c01..6ca433481c 100644 --- a/nimdoc/testproject/expected/nimdoc.out.css +++ b/nimdoc/testproject/expected/nimdoc.out.css @@ -128,7 +128,6 @@ html { -ms-text-size-adjust: 100%; } body { - overflow-x: hidden; max-width: 100%; box-sizing: border-box; font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;