fix: remove overflow-hidden from div#content (#3681)

Allows position="sticky" items to attach to the viewport instead of the #content element.
This commit is contained in:
Jennifer Richards 2022-03-20 16:13:58 -03:00 committed by GitHub
parent 46a4fafd98
commit be10d6bb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@
</ul>
</div>
{% endif %}
<div class="col overflow-hidden mx-lg-3 ietf-auto-nav" id="content">
<div class="col mx-lg-3 ietf-auto-nav" id="content">
<noscript>
<div class="alert alert-danger alert-ignore my-3">
<b>Javascript disabled?</b> Like other modern websites, the IETF Datatracker relies on Javascript.