mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
12 lines
256 B
HTML
12 lines
256 B
HTML
<html><head>
|
|
<style>
|
|
div {
|
|
outline: 1px solid black;
|
|
}
|
|
</style>
|
|
|
|
</head><body>
|
|
You should see no red, only green<br>
|
|
<div style="overflow: scroll; height: 200px; z-index: 2; position: relative; background-color: lime;"></div>
|
|
</div>
|
|
</body></html>
|