summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2020-05-20 14:59:06 +0200
committerSverker Eriksson <sverker@erlang.org>2020-05-20 14:59:06 +0200
commit09f5695162fd619854b72fa7317fca656d6a37dc (patch)
treeab00a706e2dca3f7c04800e8bd5c9cf792bcc21e
parent7a8d04dbcb388a5d837a213ad249c1b96e19e998 (diff)
downloaderlang-09f5695162fd619854b72fa7317fca656d6a37dc.tar.gz
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.
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css3
1 files changed, 1 insertions, 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