From 596a2f67bf924169eb356715429c9197681c85a3 Mon Sep 17 00:00:00 2001 From: Laksh Aggarwal Date: Thu, 13 Feb 2025 01:36:33 +0530 Subject: [PATCH] Update files/en-us/web/api/element/getboundingclientrect/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/en-us/web/api/element/getboundingclientrect/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/files/en-us/web/api/element/getboundingclientrect/index.md b/files/en-us/web/api/element/getboundingclientrect/index.md index 55636ef7fae3b07..13707dba6a97307 100644 --- a/files/en-us/web/api/element/getboundingclientrect/index.md +++ b/files/en-us/web/api/element/getboundingclientrect/index.md @@ -68,7 +68,6 @@ current scrolling position. > > Inconsistent behavior exists across different browsers: In Safari, the returned {{domxref("DOMRect")}} properties may not match those in Firefox and Chrome. To align results, you may need to multiply the returned properties by the zoom factor. - ## Examples ### Basic