Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<details>
<div id="target" style="position: sticky; top: 0px;"></div>
</details>
<script>
document.execCommand('selectAll');
document.getElementById('target').remove();
document.body.style.height = '100%';
</script>