layout: Make inline absolute hypothetical boxes not clip their contents.

Improves the logo on ebay.com.
This commit is contained in:
Patrick Walton 2015-08-18 16:56:36 -07:00
parent 19d466b062
commit c328c38804
5 changed files with 49 additions and 1 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<style>
html, body {
margin: 0;
}
section {
position: absolute;
background: lime;
top: 63px;
width: 118px;
height: 48px;
left: 16px;
}
</style>
<section></section>