Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
legend {
position: sticky;
left: -1em;
}
fieldset {
position: sticky;
left: -1em;
overflow-y: auto;
}
</style>
<fieldset>
<legend>Legend</legend>
</fieldset>