From 2feea63b4b4cec6ec7d990368234cf77cb01c5af Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Thu, 4 Oct 2018 21:31:16 -0700 Subject: [PATCH] rustdoc: overflow:auto doesn't work nicely on small screens This property was introduced by 3f92ff34b5, but looks it doesn't overwrap even without the property. Fixes #54672. --- src/librustdoc/html/static/rustdoc.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index ee811f3379239..58ac46d22717b 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -97,7 +97,6 @@ h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod):not(.important), h4 h1.fqn { border-bottom: 1px dashed; margin-top: 0; - overflow: auto; } h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) { border-bottom: 1px solid;