From f8345ccfb4a0248799e2e6a8325ab7748506a489 Mon Sep 17 00:00:00 2001 From: Matheus Richard Date: Thu, 6 Jul 2023 11:14:38 -0300 Subject: [PATCH] Make sidebar fixed-width --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 15c8f95ee2..9e1a615f7b 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -200,8 +200,6 @@ nav { /* Layout */ width: 300px; min-height: 100vh; - - resize: horizontal; background: white; }