https://forums.developer.apple.com/forums/thread/716552 chore: add new experiment for demo
15 lines
306 B
HTML
15 lines
306 B
HTML
<style>
|
|
div {
|
|
position: fixed;
|
|
bottom: env(safe-area-inset-bottom);
|
|
left: 0;
|
|
right: 0;
|
|
background: #f00;
|
|
width: 100%;
|
|
height: 20px;
|
|
font-family: sans-serif;
|
|
}
|
|
</style>
|
|
<div>
|
|
<span>bottom: env(safe-area-inset-bottom)</span>
|
|
</div>
|