1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:07:34 +00:00

LibWeb: Apply transform origin in Element::get_client_rects()

This commit is contained in:
Bastiaan van der Plaat 2024-03-06 21:39:30 +01:00 committed by Alexander Kalenik
parent 5a20353bc4
commit 76f767c867
3 changed files with 8 additions and 5 deletions

View file

@ -13,7 +13,7 @@
width: 100px;
height: 100px;
opacity: 0.1;
transform: translate(10px, 10px);
transform: translate(10px, 10px) scale(2);
}
</style>
<div class="transform-1">