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:
parent
46a4fafd98
commit
be10d6bb10
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue