Skip to content

Commit be10d6b

Browse files
fix: remove overflow-hidden from div#content (ietf-tools#3681)
Allows position="sticky" items to attach to the viewport instead of the #content element.
1 parent 46a4faf commit be10d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</ul>
8585
</div>
8686
{% endif %}
87-
<div class="col overflow-hidden mx-lg-3 ietf-auto-nav" id="content">
87+
<div class="col mx-lg-3 ietf-auto-nav" id="content">
8888
<noscript>
8989
<div class="alert alert-danger alert-ignore my-3">
9090
<b>Javascript disabled?</b> Like other modern websites, the IETF Datatracker relies on Javascript.

0 commit comments

Comments
 (0)