Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<div id="sc" style="overflow:scroll; height:200px; width:200px;">
<div id="wrapper" style="contain:layout size; height:300px;">
<span id="s">&#x05E9; <span style='display:block'>&#x05E9; </span>&#x05E9; </span>
</div>
<div style="height:500px;"></div>
</div>
<script>
document.body.offsetHeight;
s.style.position = 'sticky';
s.style.top = '0';
</script>