From 09f5695162fd619854b72fa7317fca656d6a37dc Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 20 May 2020 14:59:06 +0200 Subject: doc: Fix hidden "since" versions This reverts commit eeff274e6f37b03c77544b5c653714861c4052dc. "Prevent left nav overlapping content during scroll" The "overflow-x: hidden" causes the since versions out in right margin to disapear as they are beyond 100% width. This is a temporary fast fix as the since versions are considered more important than the scroll-bug. --- lib/erl_docgen/priv/css/otp_doc.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index e170eb6c54..17d9f8dd56 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -52,7 +52,6 @@ a:visited { color: #1b6ec2; text-decoration: none } #content { margin-left: 340px; /* set left value to WidthOfFrameDiv */ max-width: 42em; - overflow-x: hidden; } .frontpage @@ -322,4 +321,4 @@ a > .code { color: gray; font-weight: normal; font-size: small; -} +} \ No newline at end of file -- cgit v1.2.1