mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
0bb8ab3918
Fixes #9719. Source-Repo: https://github.com/servo/servo Source-Revision: 3ff5082798825c6b5925ba4ef3553eb653700695
8 lines
359 B
HTML
8 lines
359 B
HTML
<div style="position: absolute; left: 0px; bottom: 0px; width: 100%; height: 48px; overflow: hidden; background: red;">
|
|
<!-- vertical overflow -->
|
|
<span style="display: inline-block; height: 32px; width: 32px; margin: 20px;"></span>
|
|
<!-- horizontal overflow -->
|
|
<div style="width: 40px; height: 40px; position: absolute; right: -40px;"></div>
|
|
</div>
|
|
|