1
0
Fork 0
firefox/testing/web-platform/tests/css/css-anchor-position/position-visibility-no-overflow-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
361 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
#scroll-container {
overflow: hidden scroll;
width: 400px;
height: 100px;
}
.anchor {
width: 100px;
height: 100px;
background: orange;
display: inline-block;
}
</style>
<div id="scroll-container">
<div class="anchor">anchor1</div>
<div style="height: 100px"></div>
</div>