mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
46e11f6e68
Improves YouTube. Improves the Washington Post. Closes #10526. r? @glennw Source-Repo: https://github.com/servo/servo Source-Revision: 150338503dce8f2ba7f2a6850dca253733a636a1
8 lines
311 B
HTML
8 lines
311 B
HTML
<!DOCTYPE html>
|
|
<body style="height: 2000px; background: linear-gradient(to bottom, white, black)">
|
|
<div style="position: fixed; top: 0; right: 0; left: 0;">
|
|
<div style="position: absolute; left: 0; right: 0; height: 40px; overflow: hidden;">
|
|
This text should <em>not</em> scroll.
|
|
</div>
|
|
</div>
|