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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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>
|
<noscript>
|
||||||
<div class="alert alert-danger alert-ignore my-3">
|
<div class="alert alert-danger alert-ignore my-3">
|
||||||
<b>Javascript disabled?</b> Like other modern websites, the IETF Datatracker relies on Javascript.
|
<b>Javascript disabled?</b> Like other modern websites, the IETF Datatracker relies on Javascript.
|
||||||
|
|
Loading…
Reference in a new issue