mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
12 lines
317 B
HTML
12 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="overflow: auto; transform:translate(100px,0);">
|
|
<div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
|
|
</div>
|
|
<script>
|
|
document.body.getBoundingClientRect();
|
|
document.getElementById('x').style.display = '';
|
|
</script>
|
|
</body>
|
|
</html>
|