Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body { margin: 0; height: 400vh; }
div { width: 150px; }
span { position: sticky; top: 0; }
</style>
</head>
<body>
<div>
<span>A sticky inline whose text wraps across several lines, so that the
inline frame has continuations.</span>
</div>
</body>
</html>