trisquel-icecat/icecat/layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html
2025-10-06 02:35:48 -06:00

10 lines
132 B
HTML

<!DOCTYPE html>
<style>
.unclipped {
height: 100px;
width: 200px;
background: cyan;
}
</style>
<div class="unclipped">
</div>