From 2251b205631a0bfa4db91f3be794ce30054b8749 Mon Sep 17 00:00:00 2001 From: Corsin <9680369+corsinmusic@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:04:55 +0200 Subject: [PATCH] Update docs of CSS property resize (#36048) Mention that the `resize` property does not apply to elements with an `overflow` set to `clip` --- files/en-us/web/css/resize/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/resize/index.md b/files/en-us/web/css/resize/index.md index 2ac8ce377d9ee2f..8beb6491cbab751 100644 --- a/files/en-us/web/css/resize/index.md +++ b/files/en-us/web/css/resize/index.md @@ -14,7 +14,7 @@ The **`resize`** [CSS](/en-US/docs/Web/CSS) property sets whether an element is `resize` does not apply to the following: - Inline elements -- Block elements for which the {{cssxref("overflow")}} property is set to `visible` +- Block elements for which the {{cssxref("overflow")}} property is set to `visible` or `clip` ## Syntax