From 9ca9782aed81e68f108c1bfa8a753afc2da15bcf Mon Sep 17 00:00:00 2001 From: Devika Sujith <34957917+DCoder18@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:43:16 +0400 Subject: [PATCH] overflow: logical property keywords --- _features/css-overflow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_features/css-overflow.md b/_features/css-overflow.md index 98fefb56..916ad890 100644 --- a/_features/css-overflow.md +++ b/_features/css-overflow.md @@ -1,6 +1,7 @@ --- title: "overflow" description: "Sets the desired behavior when content does not fit in the element's padding box" +keywords: overflow-block, overflow-inline category: css last_test_date: "2024-10-02" test_url: "/tests/css-box-model.html"